Skip to main content
POST
Save Skill Collection Version
Create a new saved version of a skill collection.

Request formats

Use application/json to send file_updates, moves, deletes, commit_message, and release_label directly. Use multipart/form-data to upload a ZIP archive plus metadata encoded as a JSON string in metadata or json.

Authorizations

X-API-KEY
string
header
required

Path Parameters

identifier
string
required

Skill collection UUID, name, or root_path.

Body

file_updates
object[]
moves
object[]
deletes
string[]
commit_message
string | null
release_label
string | null

Response

Skill collection version created successfully.

success
enum<boolean>
required
Available options:
true
version
object
required

A saved version of a skill collection.