Create a folder

Creates a new folder in library.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

Returns a new folder object if the call succeeded.

The following are the examples of HTTP status codes including errors that API can generate

Response codesResponse contentDescription
200 OKA folder objectA folder has been created successfully.
400 Bad RequestThe Name cannot be emptyThe field "Name" cannot be empty.
400 Bad RequestThe Type cannot be emptyThe field "Type" cannot be empty.
Body Params
string
required

Name of the folder

int32

The ID of an existing folder to add this folder to. If nothing is passed, then the folder will be created in a root folder.

string
required

An additional attribute to describe object. The value should be 'Folder'

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain