Bundles / Update
Update Bundle
Modify a bundle's name, color, icon, or description. Changes take effect immediately. Note that updating a bundle does not affect the seeds contained within it.
PATCH
{baseAPIUrl}/bundles/:bundleIdAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle to update |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Optional | Updated name (1-100 chars) |
| color | string | Optional | Updated hex color code |
| icon | string | Optional | Updated icon name |
| description | string | Optional | Updated description (max 500 chars) |
Response
| Field | Type | Description |
|---|---|---|
| id | string | Bundle identifier |
| name | string | Updated bundle name |
| color | string | Updated hex color code |
| updatedAt | string | ISO 8601 timestamp of last update |
Try It
Path Parameters
UUID of the bundle to update
Query Parameters
Application identifier for multi-tenant isolation
External user identifier for data isolation
Request Body
Updated bundle name (1-100 characters)
Updated hex color code
Updated icon name (e.g., folder, book)
Updated description (max 500 characters)