Document Comments
Post Thread Comment
Posts a new comment to an existing thread on a document. The comment text must be non-empty and cannot exceed 10,000 characters.
Valid Authentication Methods
API Key Grants:
- DocumentEdit
OAuth 2.0 User Token Scopes:
- lucidchart.document.content
- lucidscale.document.content
- lucidspark.document.content
- lucid.document.content
post/v1/documents/{documentId}/threads/{threadId}/comments
Path parameters
documentIdstring uuid required
ID of the document containing the thread.
threadIdstring required
ID of the comment thread to post a comment to.
Request body
Example request
{
"comment": "This is a comment"
}Response
No Content when the comment is successfully posted.