---
title: "Update Org Skill"
method: PATCH
path: "/api/org-skills/{skill_id}"
tags: ["org-skills"]
---

# Update Org Skill

`PATCH /api/org-skills/{skill_id}`

Update an existing skill. Only provided fields will be updated.

## Path parameters

- `skill_id` string, required

## Request body

- OrgSkillUpdate
  - `display_name` string, nullable
  - `when_to_use` string, nullable
  - `content` string, nullable
  - `is_active` boolean, nullable
  - `context_entities` object[], nullable

## Response `200`

Successful Response

- OrgSkillResponse
  - `id` string, required
  - `org_id` string, required
  - `skill_name` string, required
  - `display_name` string, required
  - `when_to_use` string, required
  - `content` string, required
  - `context_entities` object[], nullable
  - `is_active` boolean, required
  - `created_by` string, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

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