POST api/2.0/files/rooms/accept This function requires authentication

Description

Accepts an invitation to a room via an external link.

Parameters
Name Description Type Example
Key
sent in body
Link key string some text
Example
POST api/2.0/files/rooms/accept
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Key": "some text"
}
Returns

This method doesn't return any data.