---
title: "Update a Collection"
method: PUT
path: "/v1/collections/{collection_id}"
tags: ["Collections"]
---

# Update a Collection

`PUT /v1/collections/{collection_id}`

## Path parameters

- `collection_id` number, required

## Request body

- object
  - `name` string, required — Name of the Collection.
  - `description` string — Description of the collection.
  - `public` boolean — A boolean to indicate if a collection will be public or not.
  - `groups` unknown

## Response `200`

OK

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/revisions/56b317c13686/schema)
