POST api/2.0/community/event/{feedid}/subscribe This function requires authentication

Description

Subscribes to or unsubscribes from the comments of the event with the ID specified in the request.

Parameters
Name Description Type Example
feedid
sent in url
Feed ID string some text
isSubscribe
sent in body
Subscribes to the event comments or unsubscribes from them Bool value true
Example
POST api/2.0/community/event/%22some+text%22/subscribe
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "isSubscribe": true
}
Returns

Boolean value: true means that the user is subscribed to the event comments