Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

skill_id
string
required

ID of the skill to update.

Body

multipart/form-data
files
file[]
required

One or more file parts containing the new skill contents. Same shape as the create endpoint — must include a SKILL.md. Total upload must not exceed 10 MB.

Response

Skill updated. The returned version_id and major_version reflect the new version that was created.

skill
object