Skip to main content
POST
Add Skill Member

Authorizations

Authorization
string
header
required

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

Path Parameters

skill_id
string<uuid>
required

Body

application/json

Request to add a child skill member.

child_skill_id
string<uuid>
required

ID of the child skill to add

dependencies
string[]

IDs of sibling children that must run before this one

is_required
boolean
default:true

Whether this child is required

order
integer
default:0

Execution order hint

Response

Successful Response

Skill member response model.

child_skill_id
string
required
dependencies
string[]
required
is_required
boolean
required
order
integer
required
parent_skill_id
string
required