Create comment on article
Adds a comment to the article. The stored status is approved or pending depending on the tenant/article autoApproveComments setting. Pass parentId to reply to an existing comment on the same article; the parent must exist and not be deleted. Rejected with 403 when the article, its category, or its sub-category disables comments.
Authorizations
Path Parameters
^[a-fA-F0-9]{24}$"{{objectId}}"
Body
Comment body, trimmed before storing. Max 4000 characters.
Optional id of the comment being replied to
^[a-fA-F0-9]{24}$Captcha token. Required when the caller is treated as a guest and the tenant has requireCaptchaForGuestEngagement enabled.
Stable client-generated guest identifier. Used to build the guest fingerprint together with IP and user agent when the caller is unauthenticated.
Response
Created

