Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dir_id
string<uuid>
required

The DIR id. Lowercase UUID.

Example:

"16635d38-75a6-4481-82e8-69af60e05011"

Body

application/json

Customer-facing comment body. The server forces comment_type=customer_inquiry, visibility=customer, and author_role=customer; clients cannot override these. author_name is dropped to prevent admin-impersonation.

content
string
required

Comment body. 1–5000 characters.

Required string length: 1 - 5000
Example:

"Re-uploaded the logo as a 256×256 BMP. Please re-review."

parent_comment_id
string<uuid>

Optional parent comment id to thread this reply under.

Response

Comment created.

data
object
required