UpdateDirectoryBody
Request body for updating a Directory.
Definition
TypeScript
interface UpdateDirectoryBody {
name?: string | undefined;
parentId?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New display name. |
parentId | string | undefined | optional — Destination parent directory if moving the directory. |