---
title: "Update app"
method: PATCH
path: "/apps/{appName}"
tags: ["Apps"]
---

# Update app

`PATCH /apps/{appName}`

Updates app properties (requires Owner permission)

## Path parameters

- `appName` string, required

## Request body

- object
  - `app` object
    - `name` string — New app name

## Response `200`

App updated

- object
  - `app` App
    - `name` string, required
    - `collaborators` CollaboratorMap
    - `deployments` string[]
    - `organisation` object
      - `orgId` string
      - `orgName` string

## Other responses

- `400` — Bad request - invalid parameters
- `404` — Resource not found
- `409` — Conflict - resource already exists

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
