v1
latestOpenAPI 3.0.22026-07-261040577.4 KBDocComments
Create doc comment
Create a comment on a doc.
If no comment thread exists on the doc, one will be created automatically. The comment is attributed to the authenticated user.
🚧 Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.
post/v1/docs/{doc_id}/comments
Path parameters
doc_idstring required
Unique identifier of the doc.
Request body
Example request
{
"body": "Great insight! We should follow up on this.",
"created_at": "2024-01-15T10:30:00Z",
"published_at": "2024-01-15T10:30:00Z"
}Response
201