Skip to main content
POST
Create a training directory

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The directory name

parent_id
string | null

Parent directory id. Omit or null for a top-level directory.

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.