v10

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

patchMetadata

Patch non-versioned configuration metadata of a given app configuration.

patch/v1/app-configurations/{appId}

Request body

namestring

Name of the app

categorystring
documentation_urlstring
logo_url_keystring

S3 key of the logo file

support_emailstring

Email address for support requests

dev_modeboolean

Flag to indicate if the app is in dev mode. If true, the app takes the override properties of components into account.

Example request

{
  "notifications": {
    "email": "developer@example.com"
  }
}

Response

Configuration patched successfully