Post a comment on a DIR
Post a customer comment on a DIR (for example, to respond to reviewer notes). Send only content (1–5000 chars) and an optional parent_comment_id; the server sets the comment type, visibility, and author automatically. The enterprise is resolved server-side from the DIR id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The DIR id. Lowercase UUID.
"16635d38-75a6-4481-82e8-69af60e05011"
Body
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.
Response
Comment created.