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

Description

Adds the tags to a room with the ID specified in the request.

Parameters
Name Description Type Example
id
sent in url
Room ID number 1234
Names
sent in body
Tag names Collection of strings
collection
some text
Example
PUT api/2.0/files/rooms/1234/tags
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
  }
}