---
title: "Update Skill Collection"
method: PATCH
path: "/api/public/v2/skill-collections/{identifier}"
tags: ["skill-collections"]
---

# Update Skill Collection

`PATCH /api/public/v2/skill-collections/{identifier}`

## Path parameters

- `identifier` string, required

## Request body

- UpdateSkillCollectionRequest
  - `name` string, nullable

## Response `200`

Skill collection updated successfully.

- UpdateSkillCollectionResponse
  - `success` true, required
  - `skill_collection` SkillCollection, required — A skill collection container in the public API.
    - `id` string, uuid
    - `workspace_id` integer
    - `folder_id` integer, nullable
    - `root_path` string
    - `name` string
    - `provider` string, nullable
    - `is_deleted` boolean
    - `created_by` integer, nullable
    - `created_at` string, date-time
    - `updated_by` integer, nullable
    - `updated_at` string, date-time
    - `external_ids` ExternalId[] — External ID mappings attached to this skill collection.
      - `source` string, required — The external system or namespace that owns the ID.
      - `external_id` string, required — The identifier for this entity in the external system.

## Other responses

- `400` — Validation error.
- `401` — Authentication failed.
- `403` — Invalid workspace_id.
- `404` — Skill collection not found.
- `422` — Validation error - request parameters or body are invalid.

---

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