v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
v1
protected
skills

Add Skill Member

Add a child skill to a parent skill bundle.

post/v1/skills/{skill_id}/members

Path parameters

skill_idstring uuid required

Request body

child_skill_idstring uuid required

ID of the child skill to add

dependenciesstring[]

IDs of sibling children that must run before this one

is_requiredboolean

Whether this child is required

orderinteger

Execution order hint

Response

Successful Response

child_skill_idstring required
dependenciesstring[] required
is_requiredboolean required
orderinteger required
parent_skill_idstring required