Appearance
Add a comment to a task instance. Accessible to users with ADMIN or ADD_COMMENT permissions, or users assigned to the task.
instanceId
body.text
The created comment record.
curl -X PUT "https://app.wombat.software/api/{targetPath}/task/:instanceId/comment" \ -H "Content-Type: application/json" \ -H "Authentication: Bearer ..." \ -d '{"text": "Corrective action has been applied."}'
/api/{targetPath}/task/:instanceId/comment
Add Task Comment
Add a comment to a task instance. Accessible to users with ADMIN or ADD_COMMENT permissions, or users assigned to the task.
Parameters
instanceId*body.text*Return Value
The created comment record.
Examples