v172

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0826148911.7 MB
Skills

Update a skill

Updates mutable skill fields. Omitted optional fields keep their current values. Repeated fields such as tags replace the existing collection when provided.

patch/v2/skills/{skill_id}

Path parameters

skill_idstring required

Skill ID to update.

Request body

display_namestring

New workspace-unique display name. Must start with a letter and may contain letters, numbers, dashes, and underscores. Dots are not allowed.

descriptionstring

New description. Omit to keep the current description.

tagsstring[]

Replacement tag list. Leave empty to clear tags.

pathstring

New project path. Omit to keep the current path.

instructionsstring

New instruction body. Omit to keep the current instructions.

project_idstring

New containing project. Omit to keep the current project.

Response

OK