{
"color": "string",
"description": "string",
"diff_uuids": [
"string"
],
"is_update_all": true,
"taskUUID": "string",
"workspace_id": "string"
}
curl --location --request PUT '/openapi/v0.9/media/api/v1/workspaces//comparators/"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"/result-groups/batch-update' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"color": "string",
"description": "string",
"diff_uuids": [
"string"
],
"is_update_all": true,
"taskUUID": "string",
"workspace_id": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}