---
title: "Update a collection name"
method: PUT
path: "/collections/{coll_id}/title"
tags: ["collections"]
---

# Update a collection name

`PUT /collections/{coll_id}/title`

Takes one argument, a UUID of the collection. Request body takes a
key-value pair for the name

## Path parameters

- `coll_id` string, required

## Request body

- object
  - `name` string, required

## Response `200`

OK

---

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