PUT api/2.0/files/rooms/{id}/unpin This function requires authentication

Description

Unpins a room with the ID specified in the request from the top of the list.

Parameters
Name Description Type Example
id
sent in url
Room ID number 1234
Example
PUT api/2.0/files/rooms/1234/unpin
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Room information

Example Response
{
  "status": 0,
  "response": {
    "ParentId": 1234,
    "FilesCount": 1234,
    "FoldersCount": 1234,
    "New": 1234,
    "Mute": true,
    "Pinned": true,
    "Private": true
  }
}