Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Headers

AiQL-Workspace
string
required

ID of the workspace the request operates on.

Path Parameters

id
string
required
review_id
string
required

Body

application/json
content
string
required

Text content of the comment.

Response

Successful Response

id
string
required

Unique identifier of the comment.

content
string
required

Text content of the comment.

created_at
string<date-time>
required

Timestamp when the comment was created.

updated_at
string<date-time>
required

Timestamp when the comment was last updated.

author
UserRef · object | null

Author of the comment.