---
title: "Update app"
method: PUT
path: "/firewall/apps/{app_id}"
---

# Update app

`PUT /firewall/apps/{app_id}`

update an existing Zen app

## Path parameters

- `app_id` integer, required

## Request body

- object
  - `name` string, required — The name of the app.
  - `environment` 'production' | 'staging' | 'development', required — The environment type of this app.

## Response `200`

The app has been successfully created

- object
  - `success` boolean — The boolean true indicating success

## Other responses

- `404` — App not found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
