Create a new comment on a task
POST {{baseUrl}}/tasks/:taskId/comments
Create a comment on a task.
Request Body
{"includeUserIds"=>false, "message"=>"SampleMessage", "saveProcessInstanceId"=>true, "type"=>"string"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"author":"John","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":true},"message":"SampleMessage","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","taskId":"f89f1185-3391-11ea-b509-eeee0affefe7","time":"1947-07-31T01:23:26.789Z"}