File Systems
Create folder
Creates a folder and every missing parent. Succeeds on a folder that already exists.
POST
Create folder
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Folder to create, relative to the file system root
Required string length:
1 - 4096Response
Folder successfully created.