Appearance
Add a comment to a form instance. Accessible to users with ADMIN or ADD_COMMENT permissions, or users who are assigned to the form instance.
instanceId
body.text
The created comment record attached to the form instance.
curl -X PUT "https://app.wombat.software/api/{targetPath}/form/:instanceId/comment" \ -H "Content-Type: application/json" \ -H "Authentication: Bearer ..." \ -d '{"text": "This looks good."}'
/api/{targetPath}/form/:instanceId/comment
Add Form Comment
Add a comment to a form instance. Accessible to users with ADMIN or ADD_COMMENT permissions, or users who are assigned to the form instance.
Parameters
instanceId*body.text*Return Value
The created comment record attached to the form instance.
Examples