v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Skills

Update Skill File

Update the content of a file in a skill. Only team skills can be edited.

put/v2/skills/{skill_id}/files/{path}

Path parameters

skill_idstring uuid required

Skill ID.

pathstring required

Relative path to the file inside the skill, e.g. SKILL.md.

Request body

contentstring required

New UTF-8 text content for the file.

Response

Default Response

successboolean required

True if the file was updated

messagestring required

Human-readable result message