Update the Directory with the given ID.
Unique identifier for Directory. Starts with dir_
.
Name to set for the directory.
ID of the parent directory. Specify this to move directories. Starts with dir_
.
Path to move the directory to, relative to the root directory. Specify this to move directories. Includes name, e.g. path/to/directory
.
Successful Response
String ID of directory. Starts with dir_
.
Name of the directory.
Path to the directory, relative to the root directory. Includes name, e.g. path/to/directory
.
ID of the parent directory. Will be None
if the directory is the root directory. Starts with dir_
.