v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
bundles

Sets the visibility of the bundle.

put/bundles/{bundle_id}/visibility

Path parameters

bundle_idstring uuid required

The ID of the bundle.

Request body

visibility'GLOBAL' | 'LIMITED' required

The visibility level of the entity.

visibility_group_idsstring[]

Example request

{
  "visibility": "LIMITED",
  "visibility_group_ids": [
    "7870617d-e72a-47f5-a84c-693817ab4567",
    "1520617d-e72a-47f5-a84c-693817ab48ad2"
  ]
}

Response

The visibility details of the bundle were successfully set.