Appearance
Add a comment to a document. Requires the DOCUMENTS feature flag and ADMIN, ADD_COMMENT, UPDATE_DOCUMENT, or MANAGE_DOCUMENTS permissions.
documentId
body.text
The created comment record.
curl -X PUT "https://app.wombat.software/api/{targetPath}/document/:documentId/comment" \ -H "Content-Type: application/json" \ -H "Authentication: Bearer ..." \ -d '{"text": "Please review section 3."}'
/api/{targetPath}/document/:documentId/comment
Add Document Comment
Add a comment to a document. Requires the DOCUMENTS feature flag and ADMIN, ADD_COMMENT, UPDATE_DOCUMENT, or MANAGE_DOCUMENTS permissions.
Parameters
documentId*body.text*Return Value
The created comment record.
Examples