API Reference

Update the properties of a directory identified by its unique ID or move the directory within the file system.

Log in to see full request history
Path Params
string
required

Directory ID to update or move to.

Body Params
string

New directory name

move
array of strings

ID of directory you want to move.

move
moveFiles
array of strings

ID of file you want to move.

moveFiles
Responses
201

Directory updated or moved successfully. Returns the updated directory.

401

Unauthorized. Authentication is required to perform this operation.

500

Server error. An error occurred while processing the request.

Language
Credentials
URL
Click Try It! to start a request and see the response here!