v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Comments

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

comment_textstring required
notify_allboolean required

If notify_all is true, the creator of the comment will also be notified. Other assignees and watchers on the view are always notified regardless of this setting.

Example request

{
  "comment_text": "View comment content",
  "notify_all": true
}

Response

idstring required
hist_idstring required
dateinteger required

Example response

{
  "id": "459",
  "hist_id": "0a45e16e-4e2f-4a9e-99ec-3cf520b87eae",
  "date": 1568037065216
}