[
{
"auto_prefill_with_javascript": false,
"description": "string",
"entity_api_name": "string",
"entity_type": 1,
"form_edit": {},
"is_enabled": false,
"is_readonly": false,
"last_schema_change": "2019-01-01T00:00:00",
"last_status_change": "2019-01-01T00:00:00",
"name": "string",
"notifications_status": {},
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"style_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"custom_recaptcha": "blob",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/OnlineFormTypes/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"auto_prefill_with_javascript": false,
"description": "string",
"entity_api_name": "string",
"entity_type": 1,
"form_edit": {},
"is_enabled": false,
"is_readonly": false,
"last_schema_change": "2019-01-01T00:00:00",
"last_status_change": "2019-01-01T00:00:00",
"name": "string",
"notifications_status": {},
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"style_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"custom_recaptcha": "blob",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}