FastEdge Reseller Apps
Patch an app
Partially update application settings with admin privileges. Only provided fields are modified; others remain unchanged.
patch/fastedge/v1/admin/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 partially updated, returns updated metadata