v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Comments

Create List Comment

Add a comment to a List.

post/v2/list/{list_id}/comment

Path parameters

list_idnumber required
Example:124

Request body

comment_textstring required
assigneeinteger required
notify_allboolean required

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

Example request

{
  "comment_text": "List comment content",
  "assignee": 183,
  "notify_all": true
}

Response

idstring required
hist_idstring required
dateinteger required

Example response

{
  "id": "462",
  "hist_id": "5bbea9ad-7cc3-4038-a8bb-a89ac1337c08",
  "date": 1568037341249
}