POST api/2.0/files/rooms/accept
Accepts an invitation to a room via an external link.
Name |
Description |
Type |
Example |
Key
sent in body
|
Link key
|
System.String
|
|
POST api/2.0/files/rooms/accept
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Key": "some text"
}
This method doesn't return any data.