PATCH
/chat/messages/{id}
curl \
--request PATCH 'https://domain.tld/api/v2/chat/messages/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"content":"string","active":true}'
Request examples
{
"content": "string",
"active": true
}