Update
Update the Directory with the given ID.
Path parameters
id
Unique identifier for Directory. Starts with dir_
.
Headers
X-API-KEY
Request
This endpoint expects an object.
name
Name to set for the directory.
parent_id
ID of the parent directory. Specify this to move directories. Starts with dir_
.
path
Path to move the directory to, relative to the root directory. Specify this to move directories. Includes name, e.g. path/to/directory
.
Response
Successful Response
id
String ID of directory. Starts with dir_
.
name
Name of the directory.
path
Path to the directory, relative to the root directory. Includes name, e.g. path/to/directory
.
created_at
updated_at
parent_id
ID of the parent directory. Will be None
if the directory is the root directory. Starts with dir_
.
description
Description of the directory.
readme
Long description of the directory.