---
title: "PUT /bundles/{bundle_id}"
method: PUT
path: "/bundles/{bundle_id}"
tags: ["bundles"]
---

# PUT /bundles/{bundle_id}

`PUT /bundles/{bundle_id}`

Updates a bundle.

## Path parameters

- `bundle_id` string, uuid, required

## Request body

- Bundle
  - `bundle_id` string, uuid — The ID of the bundle.
  - `name` string — The name of the bundle.
  - `description` string — The description of the bundle.
  - `created_at` string, date-time — The creation timestamp of the bundle, in ISO 8601 format
  - `updated_at` string, date-time — The last updated timestamp of the bundle, in ISO 8601 format
  - `admin_owner_id` string, uuid — The ID of the owner of the bundle.
  - `total_num_items` integer — The total number of items in the bundle.
  - `total_num_resources` integer — The total number of resources in the bundle.
  - `total_num_groups` integer — The total number of groups in the bundle.

## Response `200`

The bundle was successfully updated.

- Bundle
  - `bundle_id` string, uuid — The ID of the bundle.
  - `name` string — The name of the bundle.
  - `description` string — The description of the bundle.
  - `created_at` string, date-time — The creation timestamp of the bundle, in ISO 8601 format
  - `updated_at` string, date-time — The last updated timestamp of the bundle, in ISO 8601 format
  - `admin_owner_id` string, uuid — The ID of the owner of the bundle.
  - `total_num_items` integer — The total number of items in the bundle.
  - `total_num_resources` integer — The total number of resources in the bundle.
  - `total_num_groups` integer — The total number of groups in the bundle.

## Other responses

- `204` — No changes detected (no-op)

---

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