---
title: "Update Storage Config"
method: PUT
path: "/api/user/storage/config"
---

# Update Storage Config

`PUT /api/user/storage/config`

Update server-level storage configuration.

## Request body

- StorageConfigUpdate
  - `storage_provider` string, nullable
  - `file_storage_base_dir` string, nullable
  - `dropbox_access_token` string, nullable
  - `google_drive_credentials_json` string, nullable

## Response `200`

Successful Response

- StorageConfigResponse
  - `storage_provider` string, required
  - `file_storage_base_dir` string, required
  - `dropbox_access_token_set` boolean, required
  - `google_drive_credentials_json_set` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-20** `4c528359213d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/storage/config/put.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/9df4ea76da08/schema)
