Skip to main content
PUT
Update a training directory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

directory_id
string
required

Body

application/json
name
string

The new directory name

parent_id
string | null

New parent directory id, or null for top level. Omit to keep the current parent.

Response

Default Response

id
string
required
name
string
required
org_id
string
required
parent_id
string | null
required

Parent folder id; null for a top-level folder.