Skip to main content
POST
Create Skill Version

Path Parameters

slug
string
required

Body

application/json

Body of POST /v1/skills/{slug}/versions (the NPX CLI update flow).

Creates a pending version only. Listing metadata sent here is ignored; use PATCH /v1/skills/{slug}. With neither bump nor version the version is bumped by patch.

bump
string | null
Pattern: ^(patch|minor|major)$
version
string | null
Minimum string length: 1
changelog
string | null

Response

Successful Response

slug
string
required
previous_version
string
required
new_version
string
required
status
string
required
message
string
required
version_id
string | null