POST api/2.0/settings/notification/rooms
Sets a notification status for a room with the ID specified in the request.
Name |
Description |
Type |
Example |
RoomsId
sent in body
|
Room ID
|
System.Int32
|
|
Mute
sent in body
|
Specifies if the room notifications are disabled or not
|
System.Boolean
|
|
POST api/2.0/settings/notification/rooms
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"RoomsId": 1234,
"Mute": true
}
Room notification settings
application/json
{
"status": 0,
"response": {}
}
text/xml
<result>
<status>0</status>
<response />
</result>