Comments

Create comment

Adds a new comment to a form element or as a reply. Requires COMMENT permission.

post/forms/{formId}/comments

Request body

elementstring required
bodystring required
parentstring ulid nullable

Response

Comment created successfully.

idstring ulid required
formstring ulid required
userstring ulid required
elementstring required
bodystring required
parentstring ulid nullable
modifiedstring date-time required

Changes