v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Comments

Create a comment

Create a comment

post/comments.create

Request body

idstring uuid
documentIdstring uuid required
parentCommentIdstring uuid
dataobject required

Response

OK

Example response

{
  "data": {
    "createdBy": {
      "name": "Jane Doe"
    },
    "updatedBy": {
      "name": "Jane Doe"
    }
  }
}