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

# Update a Skill

`PATCH /skills/v1/{skillId}`

Updates an existing Skill in your workspace.

## Path parameters

- `skillId` string, uuid, required

## Request body

- UpdateSkillRequest
  - `name` string — Skill name.
  - `slug` string — Stable Skill slug.
  - `description` string — Description used to explain when the Skill should apply.
  - `instructions` string — Skill instructions.
  - `integrationIds` string[] — Integration IDs to attach to the Skill. Replaces the current integration list.

## Response `200`

Skill updated successfully

- SkillResponse
  - `skill` Skill, required
    - `id` string, uuid, required — Unique identifier for the Skill.
    - `name` string, required — Skill name.
    - `slug` string, required — Stable Skill slug.
    - `description` string, required — Description used to explain when the Skill should apply.
    - `instructions` string, required — Skill instructions.
    - `integrationIds` string[], required — Integration IDs attached to the Skill. Each integration must be enabled in your workspace.
    - `createdAt` string, date-time, required — ISO 8601 timestamp for Skill creation.
    - `updatedAt` string, date-time, required — ISO 8601 timestamp for the latest Skill update.

## Other responses

- `400` — Invalid request body
- `401` — Invalid or missing API key
- `403` — Missing required scope or editor access
- `404` — Skill not found
- `409` — Skill slug conflict
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/langdock/apis/langdock-api.md) · [All operations](https://skmtc.dev/langdock/apis/langdock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langdock/langdock-api/revisions/2520b65f6f2e/schema)
