The path parameters will be sent as a URL query parameters as a part of the request.
Request Payload
xxxxxxxxxx
1
{
2
"content": ""
3
}
The payload will be sent as a application/json as a part of the request body.
Path Parameters
file_id*string
The ID of the file
Payload
anchorstring
A region of the document represented as a JSON string. For details on defining anchor properties, refer to Manage comments and replies.
contentstring*
The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.
quotedFileContentobject
The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
Response
API response data will be shown here once the request is completed.