{
"content": "string",
"datetime_sent": "2019-01-01T00:00:00",
"direction": 1,
"message_sid": "string",
"status": 1,
"text_message_conversation_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"attachments": [
{
"id": "http://example.com"
}
]
}
curl --location --request PATCH '/entities/TextMessages/' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"datetime_sent": "2019-01-01T00:00:00",
"direction": 1,
"message_sid": "string",
"status": 1,
"text_message_conversation_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"attachments": [
{
"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",
"text_message_conversation": "http://example.com",
"content": "string",
"datetime_sent": "2019-01-01T00:00:00",
"direction": 1,
"message_sid": "string",
"status": 1,
"text_message_conversation_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"attachments": [
"http://example.com"
]
}
}