Skip to main content
POST
/
api
/
v1
/
comments
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "id": "<string>",
    "dbId": 123,
    "entity": {
      "type": "lead",
      "id": "<string>"
    },
    "fieldPath": "<string>",
    "authorUserId": "<string>",
    "content": "<string>",
    "parentCommentId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "isDeleted": true,
    "replies": "<array>"
  }
}

Body

application/json
entity
object
required
fieldPath
string | null
required
content
string
required
Minimum string length: 1
parentCommentId
string | null
required

Response

Created

ok
any
required
meta
object
required
data
object
required