v1

latestOpenAPI 3.0.12026-07-14182037.3 KB
Folders

Create folder.

Creates a folder.

post/files/v3/folders

Request body

namestring required

Desired name for the folder.

parentFolderIdstring

Folder ID of the parent of the created folder. If not specified, the folder will be created at the root level. parentFolderId and parentFolderPath cannot be set at the same time.

parentPathstring

Path of the parent of the created folder. If not specified the folder will be created at the root level. parentFolderPath and parentFolderId cannot be set at the same time.

Response

successful operation

archivedboolean required

Marks weather the folder is deleted or not.

archivedAtstring date-time

Timestamp of folder deletion.

createdAtstring date-time required

Timestamp of folder creation.

idstring required

Id of the folder.

namestring

Name of the folder.

parentFolderIdstring

Id of the parent folder.

pathstring

Path of the folder in the file manager.

updatedAtstring date-time required

Timestamp of the latest update to the folder.