Skip to main content
POST
Update Storage Zone

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

The ID of the storage zone that should be updated

Body

application/json

The configuration that should be applied to the storage zone

ReplicationZones
string[] | null

The list of replication zones enabld for the storage zone

OriginUrl
string | null

The origin URL of the storage zone

Custom404FilePath
string | null

The path to the custom file that will be returned in a case of 404

Rewrite404To200
boolean | null

Rewrite 404 status code to 200 for URLs without extension

Response

The storage zone was successfuly updated

Last modified on July 22, 2026