POST api/2.0/community/event/{feedid}/subscribe
Subscribe or unsubscribe on comments of event with the ID specified
Name |
Description |
Type |
Example |
feedid
sent in url
|
Feed ID
|
string
|
some text
|
isSubscribe
sent in body
|
is already subscribed or unsubscribed
|
Bool value
|
true
|
POST api/2.0/community/event/some+text/subscribe
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"isSubscribe": true
}