---
title: "Update a Collection"
method: PUT
path: "/v2/backpack/collections/{idOrEntityId}"
tags: ["Backpack"]
---

# Update a Collection

`PUT /v2/backpack/collections/{idOrEntityId}`

## Path parameters

- `idOrEntityId` string, required

## Request body

- V2AssertionCollectionForUpdate
  - `assertions` string[], nullable
  - `credentials` string[], nullable
  - `description` string, nullable — Short description of the Collection
  - `name` string, nullable — Name of the collection
  - `published` boolean, nullable — True if the Collection should have a share url

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
