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
comment_id*string
The ID of the comment
Payload
actionstring
The action the reply performed to the parent comment. Valid values are: resolve, reopen.
contentstring*
The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
Response
API response data will be shown here once the request is completed.