Parameter | Description |
---|---|
Pin Comment | When checked, the comment will be pinned on the task. |
Sticker Name | Adds the selected sticker to the comment. |
Task ID | The task to operate on. |
Text | The text of the comment to add. |
Parameter | Description |
---|---|
Include Fields | Specify which properties to include in the response. |
{
"data": {
"gid": "<string>",
"resource_type": "<string>",
"created_at": "2005-11-27T03:14:58.803Z",
"num_likes": 0,
"num_hearts": 2,
"resource_subtype": "<string>",
"is_edited": false,
"text": "<string>",
"type": "<string>",
"is_pinned": false,
"source": "<string>",
"hearts": [],
"likes": [],
"hearted": false,
"liked": false,
"previews": [],
"is_editable": true,
"created_by": {
"gid": "<string>",
"resource_type": "<string>",
"name": "<string>"
},
"target": {
"gid": "<string>",
"resource_type": "<string>",
"name": "<string>",
"resource_subtype": "<string>"
}
}
}
Was this page helpful?