POST api/2.0/project/comment/preview
Name |
Description |
Type |
Example |
htmltext
sent in body
|
html to create preview
|
string
|
some text
|
commentid
sent in body
|
guid of editing comment or empty string if comment is new
|
string
|
some text
|
POST api/2.0/project/comment/preview
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"htmltext": "some text",
"commentid": "some text"
}