Skip to content

Edit Task Comment

Edit the text of an existing comment on a task instance. Requires ADMIN or EDIT_COMMENT permissions.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the task instance
commentId*stringThe unique identifier of the comment to edit
body.text*stringThe updated comment text

Return Value

The updated comment record.

Examples

bash
curl -X POST "https://app.wombat.software/api/{targetPath}/task/:instanceId/comment/:commentId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"text": "Updated comment."}'

ENDPOINTS

post/api/{targetPath}/task/:instanceId/comment/:commentId