Skip to content

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

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the task instance
body.text*stringThe comment text content

Return Value

The created comment record.

Examples

bash
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."}'

ENDPOINTS

put/api/{targetPath}/task/:instanceId/comment