Create Chat View Comment

Add a new comment to a Chat view.

SecurityAuthorization Token
Request
path Parameters
view_id
required
string

105 (string)

Request Body schema: application/json
required
comment_text
required
string
notify_all
required
boolean

If notify_all is true, notifications will be sent to everyone including the creator of the comment.

Responses
200
post/v2/view/{view_id}/comment
Request samples
application/json
{
  • "comment_text": "View comment content",
  • "notify_all": true
}
Response samples
application/json
{
  • "id": "459",
  • "hist_id": "0a45e16e-4e2f-4a9e-99ec-3cf520b87eae",
  • "date": 1568037065216
}