---
title: "Update Bucket"
method: PATCH
path: "/api/storage/buckets/{bucketName}"
tags: ["Admin"]
---

# Update Bucket

`PATCH /api/storage/buckets/{bucketName}`

## Path parameters

- `bucketName` string, required

## Request body

- object
  - `isPublic` boolean — Whether the bucket should be publicly accessible

## Response `200`

Bucket visibility updated successfully

- object
  - `message` string
  - `bucket` string
  - `isPublic` boolean

## Other responses

- `404` — Bucket not found

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/versions/a935bb49f932/schema)
