{
"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"
}
curl --location --request PATCH '/entities/OnlineFormTypes/' \
--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"
}'
{
"success": true,
"data": {
"has_draft": false,
"is_delete_protected": false,
"form_edit_api": {},
"can_change_readonly": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"owner": "http://example.com",
"style": "http://example.com",
"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,
"activity_logs": [
"http://example.com"
],
"link_id": "string",
"summarized_response_values": 1,
"link": "string",
"has_custom_recaptcha": false
}
}