POST api/2.0/community/preview
Name |
Description |
Type |
Example |
title
sent in body
|
|
string
|
some text
|
content
sent in body
|
|
string
|
some text
|
POST api/2.0/community/preview
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"title": "some text",
"content": "some text"
}