App configuration
You can use the app config API to configure basic settings for your app. The available settings will depend on your app type. This API is only available from v2024.05
onwards. 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 released in production.
To configure other properties of your app, please contact your Aurora representative.
Updated 5 months ago