v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBRegionSettings
Update Application Region Settings
Updates the region settings for an application, including allowed regions, required regions, and maximum allowed regions.
put/apps/{appId}/region-settings
Path parameters
appIdstring required
The ID of the application
Request body
Example request
{
"allowedRegionIds": [
"DE",
"UK",
"US"
],
"requiredRegionIds": [
"DE"
],
"maxAllowedRegions": 5
}Response
Region settings updated successfully.