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

Example request

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

Response

Configuration patched successfully

Changes