---
title: "Update Storage Settings"
method: PUT
path: "/api/v1/admin/storage-settings"
tags: ["storage-settings"]
---

# Update Storage Settings

`PUT /api/v1/admin/storage-settings`

Update cloud storage settings for the current tenant (admin-only).

Masked secret values (containing '****') are ignored — the existing secret
is preserved. Send a fresh value to overwrite.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- StorageSettingsUpdate
  - `enabled` boolean, nullable
  - `provider` string, nullable
  - `bucket_name` string, nullable
  - `path_prefix` string, nullable
  - `service_account_key` string, nullable
  - `region` string, nullable
  - `access_key_id` string, nullable
  - `secret_access_key` string, nullable

## Response `200`

Successful Response

- StorageSettingsResponse
  - `enabled` boolean
  - `provider` string
  - `bucket_name` string
  - `path_prefix` string
  - `service_account_key` string
  - `region` string
  - `access_key_id` string
  - `secret_access_key` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
