Storages

Update storage settings

Update customer-owned storage settings. Prefix changes apply to final outputs that have not been uploaded yet. Existing files keep their stored object keys.

PATCH
/api/storages/{storageId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

storageId
string
required

Storage id

Bodyapplication/json

Mutable customer storage settings

base_prefix
string

Object-key prefix for future final job outputs. Existing files keep their stored object keys. Send an empty string to use the bucket root.

Examples:
chunkify/
cdn_base_url
string
uri

Customer-managed HTTPS delivery origin, or null to remove the current value.

Examples:
https://media.example.com

Responses

The storage was updated successfully