POST api/2.0/files/folders/{folderId} This function requires authentication

Description

Creates a new folder structure specified in the request in a folder with a specific ID.

Parameters
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
Example
POST api/2.0/files/folders/{folderid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "folderId": "some text",
  "relativePaths": [
    "some text"
  ]
}
Returns

Main folder contents