latestOpenAPI 3.0.02026-07-135965404.0 KB

a1bd874b5960

Resources

Create a folder

Create a new empty folder at the specified path. New files can be uploaded via the /resources/upload endpoint.

Notes:

  • Authenticated user should have modify permission.
post/resources

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Request body

pathstring

Fully-qualified path to the new folder including folder's name

namestring

Name of the folder to create. Required if path is not used

parentResourcestring

Resource identifier where to create a folder. Required if path is not used

Response

Successful Operation

ResourceResponse required— unresolved $ref