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

# Update collection description

`PUT /collections/{coll_id}/description`

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

## Path parameters

- `coll_id` string, required

## Request body

- object
  - `description` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

[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)
