v1
latestOpenAPI 3.1.02026-07-261690320.7 KBUpdate app
update an existing Zen app
put/firewall/apps/{app_id}
Path parameters
app_idinteger required
The ID of the Zen app
Request body
Example request
{
"name": "Webshop staging",
"environment": "staging"
}Response
The app has been successfully created
Example response
{
"success": true
}