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

# Skills Partial Update

`PATCH /agents/skills/{id}/`

PATCH handler with superadmin lock and field protection.

Checks:
1. Object lock (is_managed=True -> non-superadmins can't modify)
2. Field protection (non-superadmins can't modify specific fields)

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- PatchedAgentSkillUpdateRequest — Write serializer for updating saved agent skills.
  - `name` string
  - `description` string
  - `instructions` string
  - `context_attachments` object[]

## Response `200`

- AgentSkillUpdate — Write serializer for updating saved agent skills.
  - `id` string, required
  - `name` string, required
  - `description` string
  - `instructions` string, required
  - `context_attachments` object[]
  - `updated_by` integer, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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