Skip to main content
Upstash Documentation

Update Regions

Update the regions of a database
1 min read
post/redis/update-regions/{id}
Request example
Response
post/redis/update-regions/{id}

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Path parameters

idstringrequired#
The ID of your database

Body

application/json
read_regionsenum<string>[]required#
Array of Read Regions of the Database

Responses

application/json
200
Regions updated successfully