Apps
Update an app
Replace the complete configuration of an existing application. All fields must be provided - use PATCH for partial updates.
put/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