POST api/2.0/community/preview This function requires authentication

Description

Returns the preview information about the specified category from the community section.

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

{
  "title": "some text",
  "content": "some text"
}
Returns

Preview information