---
title: "Update an existing MIRO app"
method: PUT
path: "/apps/{app_id}"
tags: ["apps"]
---

# Update an existing MIRO app

`PUT /apps/{app_id}`

Update a MIRO app.

The app as well as its metadata will be overwritten. This means that you should specify all parameters.
For example, if you do not specify `access_groups`, no access groups will be assigned to the app.
This will result in it being visible to everyone.

## Path parameters

- `app_id` string, required — The ID of the app to update.

## Response `200`

App successfully updated

- unknown

## Other responses

- `400` — You cannot update an app with this ID
- `401` — Unauthorized
- `403` — Forbidden
- `404` — An app with this ID does not exist
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/gams-dev/apis/miro-server-api.md) · [All operations](https://skmtc.dev/gams-dev/apis/miro-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gams-dev/miro-server-api/revisions/8040d163caad/schema)
