App configuration

You can use the app config API to configure basic settings about your app. The available settings will depend on your app type. This API is only available in v2024.05. Please see versioning for more info.

PUT /partner_applications/{app_id}/config

{
  "partner_application_config": {
    "app_name": "My App's Name", // string
    "iframe_url": "https://myappsurl.com" // string
  }
}
  • app_name: Applies to all apps, and should be less than 256 characters
  • iframe_url: Applies to racking and design mode extension apps. Must use HTTPS and be a valid URL. Including this field on a site survey app will result in an error
  • You cannot update an app which has already been publically released.

To configure other properties of your app, please contact your Aurora representative.