---
title: "Update a skill"
method: PATCH
path: "/skills/{id}"
tags: ["Skills"]
---

# Update a skill

`PATCH /skills/{id}`

Updates the skill with the specified ID. Only provided fields are updated.

## Path parameters

- `id` string, required

## Request body

- UpdateSkillDto
  - `name` string
  - `colorHex` string

## Response `204`

Skill updated successfully

## Other responses

- `400` — Bad request - invalid fields
- `401` — Unauthorized - invalid or missing authentication
- `404` — Skill not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
