Skip to main content
PATCH
/
api
/
v1
/
comments
/
{commentId}
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>"
  }
}

Path Parameters

commentId
string
required
Minimum string length: 1

Body

application/json
content
string
required
Minimum string length: 1

Response

OK

ok
any
required
meta
object
required
data
object
required