Apps
Update app
Partially update an application's configuration. Only the fields provided in the request body will be modified; others remain unchanged.
patch/fastedge/v1/apps/{app_id}
Path parameters
app_idinteger required
ID of the app
Request body
Example request
{
"name": "my-edge-app",
"url": "my-edge-app.fastedge.gcore.dev",
"binary": 12345,
"status": 1,
"env": {
"var1": "value1",
"var2": "value2"
},
"rsp_headers": {
"header1": "value1",
"header2": "value2"
},
"comment": "Production API gateway for customer portal"
}Response
Application updated successfully, returns updated metadata