---
title: "Update Collection"
method: PUT
path: "/v1/skill-collections/{collection_id}"
tags: ["v1", "protected", "skill-collections"]
---

# Update Collection

`PUT /v1/skill-collections/{collection_id}`

Update a collection's name and/or description.

## Path parameters

- `collection_id` string, uuid, required

## Request body

- CollectionUpdateRequest
  - `description` string, nullable
  - `name` string, nullable

## Response `200`

Successful Response

- CollectionSummaryResponse
  - `description` string, nullable, required
  - `id` string, required
  - `name` string, required
  - `skill_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed, 5 could not be searched.

- **2026-06-18** `dad98bb65260` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/skill-collections/:collection_id/put.md)

---

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