v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update app

update an existing Zen app

put/firewall/apps/{app_id}

Path parameters

app_idinteger required

The ID of the Zen app

Request body

namestring required

The name of the app.

environment'production' | 'staging' | 'development' required

The environment type of this app.

Example request

{
  "name": "Webshop staging",
  "environment": "staging"
}

Response

The app has been successfully created

successboolean

The boolean true indicating success

Example response

{
  "success": true
}