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

# Skills Update

`PUT /agents/skills/{id}/`

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- AgentSkillUpdateRequest — Write serializer for updating saved agent skills.
  - `name` string, required
  - `description` string
  - `instructions` string, required
  - `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)
