Create List Comment

Add a comment to a List.

SecurityAuthorization Token
Request
path Parameters
list_id
required
number <double>
Request Body schema: application/json
required
comment_text
required
string
assignee
required
integer <int32>
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/list/{list_id}/comment
Request samples
application/json
{
  • "comment_text": "List comment content",
  • "assignee": 183,
  • "notify_all": true
}
Response samples
application/json
{
  • "id": "462",
  • "hist_id": "5bbea9ad-7cc3-4038-a8bb-a89ac1337c08",
  • "date": 1568037341249
}