cURL
curl --request POST \ --url https://api.teamcamp.app/v1.0/task/{taskId}/comments \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "content": "<string>" }'
{ "commentId": "<string>", "content": "<string>" }
Post a new comment in task.
Project to add to the Workspace
Comment's content
plant response
The unique identifier of the comment in the task.
The unique identifier of the user who posted the message.