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

# PUT /bundles/{bundle_id}/visibility

`PUT /bundles/{bundle_id}/visibility`

Sets the visibility of the bundle.

## Path parameters

- `bundle_id` string, uuid, required

## Request body

- VisibilityInfo — Visibility infomation of an entity.
  - `visibility` 'GLOBAL' | 'LIMITED', required — The visibility level of the entity.
  - `visibility_group_ids` string[]

## Response `200`

The visibility details of the bundle were successfully set.

---

[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)
