v1
latestOpenAPI 3.1.02026-07-242470655.6 KBUpdate
Update the manifest of an App.
post/{app_uuid}
Path parameters
app_uuidstring required
UUID of the App
Headers
authorizationstring
Your App Account's username and password, base64'd.
Request body
Response
200
Example response
{
"app_plans": [
{
"plan_profiles": {
"en": {
"plan_features": [
"My first feature"
],
"plan_name": "First",
"plan_subtitle": "Start..."
}
},
"plan_type": "free",
"plan_uuid": "332653a3-df51-45ce-a873-fbb0b1ccb49f"
}
],
"app_profile": {
"en": {
"app_logo": "https://temporary.com/imageLogo.png",
"app_long_description": "This app can do this a that",
"app_name": "Display name",
"app_screenshots": [
{
"alt_text": "Description of image above",
"image_url": "https://temporary.com/image.jpg"
}
],
"app_short_description": "A short description goes here.",
"privacy_note_page": "https://temporary.com/privacy_en",
"public_page": "https://temporary.com/ourproduct",
"terms_of_service_page": "https://temporary.com/terms_en"
}
},
"base_sso_url": "https://temporary.com/sso",
"default_plan_uuid": "332653a3-df51-45ce-a873-fbb0b1ccb49f",
"installation_endpoint": "https://temporary.com/endpoint",
"public_key": "MIIBI...",
"required_fields": [
"EMAIL"
],
"scopes": [
"GET_WEBSITE"
],
"supported_locales": [
"en"
],
"uninstallation_endpoint": "https://temporary.com/endpoint",
"updowngrade_installation_endpoint": "https://temporary.com/endpoint",
"uuid": "2257f749-03a7-45c2-9e8a-ae5f5e6e072c",
"visible_to_clients": true,
"webhooks": {
"endpoint": "https://temporary.com/endpoint",
"events": [
"CONTENT_LIB_CHANGED"
]
},
"window_type": "IFRAME|NEW_TAB",
"wl_app_profile": {
"en": {
"app_logo": "https://temporary.com/imageLogo.png",
"app_long_description": "This app can do this a that",
"app_name": "White Labeled display name",
"app_screenshots": [
{
"alt_text": "Description of image above",
"image_url": "https://temporary.com/image.jpg"
}
],
"app_short_description": "A short description goes here."
}
}
}