---
title: "patchInstallation"
method: PATCH
path: "/v1/app/{appId}"
tags: ["App Installation"]
---

# patchInstallation

`PATCH /v1/app/{appId}`

Patch an installed app by its ID.

## Path parameters

- `appId` string, required

## Request body

- object
  - `version` string — Version of the app to update to
  - `option_values` OptionsRef[] — Configuration values for the app components
    - `component_id` string, required — ID of the component these values are for
    - `options` Option[], required
      - `key` string, required — Key matching a config_option from the component
      - `value` union, required — The configured value for this option
        - string
        - boolean
        - number
  - `_manifest` string[] — Manifest ID used to create/update the entity

## Response `204`

App installation patched successfully.

## Other responses

- `404` — App not found.

---

[API](https://skmtc.net/epilot/apis/app-api.md) · [All operations](https://skmtc.net/epilot/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/app-api/revisions/03b93188c6d4/schema)
