[
{
"description": "string",
"description_use_lang": false,
"entity_fitness_id": "01234567-abcd-dcba-ffff-000000000000",
"how_to_fix": "string",
"how_to_fix_use_lang": false,
"is_enabled": false,
"name": "string",
"name_use_lang": false,
"settings": "blob",
"type": 1,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/EntityFitnessIndicators/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"description": "string",
"description_use_lang": false,
"entity_fitness_id": "01234567-abcd-dcba-ffff-000000000000",
"how_to_fix": "string",
"how_to_fix_use_lang": false,
"is_enabled": false,
"name": "string",
"name_use_lang": false,
"settings": "blob",
"type": 1,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}