Skip to main content
POST
Validate Storage Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<uuid>
required

Body

application/json

Model for updating organization data storage configuration.

data_storage_mode
enum<string>
required

Where synced integration data is stored.

Available options:
humm_hosted,
customer_hosted
customer_storage_credential_mode
enum<string> | null
default:static_keys

How Humm authenticates to customer-hosted storage.

Available options:
static_keys,
iam_role
customer_s3_bucket
string | null
customer_s3_region
string | null
customer_aws_access_key_id
string | null
customer_aws_secret_access_key
string | null
customer_iam_role_arn
string | null

Response

Successful Response

{key}
boolean