> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anny.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Update booking-bundle-group

> Update a booking bundle group.

Update a booking bundle group. Requires `create` / `update` permission and `?o={organization_id}`.

```http theme={null}
PATCH /api/v1/booking-bundle-groups/{booking_bundle_group_id}?o={organization_id}
```

Same attributes as create. Send only fields that change.

<ParamField path="booking_bundle_group_id" type="string" required>
  Group id.
</ParamField>
