{
"description": "string",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"settings": {},
"type": 1,
"tags": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
]
}
curl --location --request PATCH '/entities/Processes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"settings": {},
"type": 1,
"tags": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
]
}'
{
"success": true,
"data": {
"is_delete_protected": 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",
"deactivation_reason": 0,
"description": "string",
"is_enabled": false,
"last_schema_change": "2019-01-01T00:00:00",
"last_status_change": "2019-01-01T00:00:00",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"settings": {},
"type": 1,
"activity_logs": [
"http://example.com"
],
"tags": [
"http://example.com"
],
"activity": {},
"documents": [
"http://example.com"
]
}
}