POST api/2.0/community/preview
Returns the preview information about the specified category from the community section.
Name |
Description |
Type |
Example |
title
sent in body
|
Category title
|
string
|
some text
|
content
sent in body
|
Category content
|
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"
}