POST api/2.0/project/message/discussion/preview
Returns a preview of the discussion message.
Name |
Description |
Type |
Example |
htmltext
sent in body
|
Message text in the HTML format
|
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"
}