v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBApplications
Update Application
Updates an existing application with full replacement of all configuration fields.
put/apps/{appId}
Path parameters
appIdstring required
The ID of the application to update
Request body
Example request
{
"autoScaling": {
"min": 1,
"max": 10
},
"regionSettings": {
"allowedRegionIds": [
"DE",
"UK",
"US"
],
"requiredRegionIds": [
"DE"
],
"maxAllowedRegions": 5
},
"volumes": [
{
"size": 5
}
]
}Response
Application was successfully updated.