---
title: "patchVersion"
method: PATCH
path: "/v1/app-configurations/{appId}/versions/{version}"
tags: ["App Configuration"]
---

# patchVersion

`PATCH /v1/app-configurations/{appId}/versions/{version}`

Patch an existing app version

## Path parameters

- `appId` string, required
- `version` string, required

## Request body

- object
  - `manifest_id` string — ID of the manifest to use for this version
  - `role_id` string, nullable — Name of the role
  - `grants` object[] — Required grants for the app in order to call APIs for the installing tenant
    - `action` string, required — The action the app can perform
    - `resource` string — The resource the app can access

## Response `204`

Version patched successfully

## Other responses

- `400` — Invalid version format
- `404` — Version 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)
