Skip to main content
PUT
/
api
/
settings
/
storage
Error
A valid request URL is required to generate request examples
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Body

application/json
backend
enum<string>
Available options:
local,
s3,
gcs,
azure
s3_bucket
string
s3_region
string
s3_access_key
string
s3_secret_key
string<password>
gcs_bucket
string
gcs_project
string
azure_container
string
azure_account
string

Response

200 - application/json

Storage settings updated

success
boolean