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
bodystring required
state'hidden' | 'visible'
elementstring required
parentstring ulid nullable
modifiedstring date-time required

Changes

Changed in 2 of the 14 revisions of this API.11

    • added the optional property state to the response with the 201 status

      response-optional-property-added

    • removed the optional property state from the response with the 201 status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog