Add comment to Task
PATCH {{url}}/{{tenantName}}/{{instanceName}}/tasks/{{task_id}}/comments
Example overview
The method allows you to add comments to the task. Method returns task with new comment.
HTTP Request
Method: PATCH
Endpoint: {url}/{tenantName}/{instanceName}/tasks/{taskId}/comments
in our example it would be: https://api.live.welkincloud.io/gh/sb-demo/tasks/28b38060-db66-4183-bcaa-34751308573a/comments
Responses
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
Request Body
{"text"=>"test comment"}