v10

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-19274659.0 KB
App Installation

patchInstallation

Patch an installed app by its ID.

patch/v1/app/{appId}

Path parameters

appIdstring required

Request body

versionstring

Version of the app to update to

_manifeststring[]

Manifest ID used to create/update the entity

Example request

{
  "_manifest": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}

Response

App installation patched successfully.