Appearance
Edit the text of an existing comment on a form instance. Requires ADMIN or EDIT_COMMENT permissions.
instanceId
commentId
body.text
The updated comment record.
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."}'
/api/{targetPath}/form/:instanceId/comment/:commentId
Edit Form Comment
Edit the text of an existing comment on a form instance. Requires ADMIN or EDIT_COMMENT permissions.
Parameters
instanceId*commentId*body.text*Return Value
The updated comment record.
Examples