v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Comments

Create a comment

post/comments

Headers

organizationstring required

The URL of the end-user web application

Request body

parentstring

Parent comment (if this comment is in reply to another one)

descriptionstring required

Comment text

contentstring required

The ID of the post that this comment is for

Example request

{
  "parent": "62290ee96987048ebb005820",
  "description": "some text here",
  "content": "62290ef766e6f1f3987ab298"
}

Response

Added a comment.