{
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"message_id": "01234567-abcd-dcba-ffff-000000000000",
"no_follow": false,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"read_at": "2019-01-01T00:00:00",
"revision": 1
}
curl --location --request PATCH '/entities/ClientStoryReads/' \
--header 'Content-Type: application/json' \
--data-raw '{
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"message_id": "01234567-abcd-dcba-ffff-000000000000",
"no_follow": false,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"read_at": "2019-01-01T00:00:00",
"revision": 1
}'
{
"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",
"appointment": "http://example.com",
"task": "http://example.com",
"email": "http://example.com",
"memo": "http://example.com",
"owner": "http://example.com",
"activity_id": "01234567-abcd-dcba-ffff-000000000000",
"message_id": "01234567-abcd-dcba-ffff-000000000000",
"no_follow": false,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"read_at": "2019-01-01T00:00:00",
"revision": 1
}
}