---
title: "Update a Skill"
method: PUT
path: "/v1/skills/{id}"
tags: ["Skills"]
---

# Update a Skill

`PUT /v1/skills/{id}`

Updates the metadata of a specific skill.

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateSkillRequest
  - `name` string
  - `slug` string
  - `description` string

## Response `200`

Skill updated successfully

## Other responses

- `404` — Skill not found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
