Skip to content

Edit Form Comment

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

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the form 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}/form/:instanceId/comment/:commentId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"text": "Updated comment text."}'

ENDPOINTS

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