API reference
V2Comments

Update comment

Updates an existing comment.

PATCH
/api/v2/comments/{id}

Updates an existing comment.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v2/comments/string"
{  "status": "ok",  "data": {}}