Creates a Directory.
Name of the directory to create.
ID of the parent directory. Starts with dir_
.
Path to create the directory in, relative to the root directory. If the path does not exist, it will be created. 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_
.