POST api/2.0/files/folders/{folderId}
Creates a new folder structure specified in the request in a folder with a specific ID.
Name |
Description |
Type |
Example |
folderId
sent in body
|
Parent folder ID
|
string
|
some text
|
relativePaths
sent in body
|
Relative paths to create a folder structure
|
Collection of strings
collection
|
some text
|
POST api/2.0/files/folders/{folderid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"folderId": "some text",
"relativePaths": [
"some text"
]
}