{
"name" : "Activity 123",
"description" : "",
"activityItemQueries" : [
{
"queryId" : 2
},
{
"queryId" : 1
},
{
"queryId" : 4
}
]
}
curl --location --request PUT 'http://localhost:8080/api/v1/activityItem/1/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Activity 123",
"description" : "",
"activityItemQueries" : [
{
"queryId" : 2
},
{
"queryId" : 1
},
{
"queryId" : 4
}
]
}'
{}