v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBComments
Create Chat View Comment
Add a new comment to a Chat view.
post/v2/view/{view_id}/comment
Path parameters
view_idstring required
Example:3c
105 (string)
Request body
Example request
{
"comment_text": "View comment content",
"notify_all": true
}Response
Example response
{
"id": "459",
"hist_id": "0a45e16e-4e2f-4a9e-99ec-3cf520b87eae",
"date": 1568037065216
}