POST api/2.0/project/message/discussion/preview
Name |
Description |
Type |
Example |
htmltext
sent in body
|
html to create preview
|
string
|
some text
|
POST api/2.0/project/message/discussion/preview
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"htmltext": "some text"
}