v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBComments
Create List Comment
Add a comment to a List.
post/v2/list/{list_id}/comment
Path parameters
list_idnumber required
Example:124
Request body
Example request
{
"comment_text": "List comment content",
"assignee": 183,
"notify_all": true
}Response
Example response
{
"id": "462",
"hist_id": "5bbea9ad-7cc3-4038-a8bb-a89ac1337c08",
"date": 1568037341249
}