---
title: "Update a Specific Bundle"
method: PATCH
path: "/api/v2/bundles/{id}"
tags: ["Bundle"]
---

# Update a Specific Bundle

`PATCH /api/v2/bundles/{id}`

This endpoint updates the supplied fields for a specific bundle. <h3>Required Scope</h3>`bundles:write`

## Path parameters

- `id` string, required

## Request body

- BundlesIdBody
  - `data` Apiv2bundlesidData
    - `type` string
    - `attributes` Apiv2bundlesidDataAttributes
      - `title` string, nullable — The title of the bundle.
      - `description` string, nullable — A description of the bundle.

## Response `200`

Success

- Bundle
  - `data` ListedBundleData
    - `type` string
    - `id` string
    - `attributes` ListedBundleAttributes
      - `title` string, nullable — The title of the bundle.
      - `description` string, nullable — The description of the bundle.
      - `created-at` string, date-time — Date that the bundle was last modified. (UTC)
      - `modified-at` string, date-time — Date that the bundle was last modified. (UTC)
    - `links` SelfLink
      - `self` string

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
