Clarify API
API ReferenceComments

Update Comment

PATCH
/workspaces/{workspace}/comments/{id}
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

id*string
workspace*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/workspaces/string/comments/string" \  -H "Content-Type: application/json" \  -d '{    "message": [      {        "property1": null,        "property2": null      }    ]  }'
Empty