---
title: "POST /api/v1.0/apps/{appId}/config"
method: POST
path: "/api/v1.0/apps/{appId}/config"
tags: ["Apps"]
---

# POST /api/v1.0/apps/{appId}/config

`POST /api/v1.0/apps/{appId}/config`

## Path parameters

- `appId` string, required

## Request body

- AppConfigUpdateModel — Application configuration
  - `Name` string — App name. This is used in various places on the Apple App Store, Google Play Store, mobile apps and websites.
  - `HostName` string — HostName on which the web-ordering system is allowed to be hosted or that a Flipdish website is hosted on.
  - `MainColor` string — Main color of the web / Android / iOS applications
  - `KioskPrimaryColour` string — Primary colour used on the Kiosk
  - `ApplicationCategory` 'Restaurant' | 'Cafe' | 'Convenience' — Application Category
  - `IsPanaceaEnabled` boolean — Panacea is the term used for websites that are hosted on the my.flipdish.com domain. This value is true when the App's website is hosted on this domain. The alternative to using Panacea websites is to use a custom domain.
  - `PanaceaVanityUrl` string — In case of IsPanaceaEnabled is true, the app can be accessed via https://my.flipdish.com/{PanaceaVanityUrl}
  - `CookieConsentPromptEnabled` boolean — Cookie Consent Prompt Enabled
  - `LogoImageUrl` string — Logo image URL
  - `CountryId` string — Country identifier in ISO 3166-1 alpha-2 format. This code is set automatically based on the locations of the Stores in the App. The App Country is used - to determine how to parse mobile phone numbers that are entered in their local numbering format - to determine if country specific payment methods should be offered - in various fraud checks

## Response `200`

OK

- RestApiResultApp — Rest api result
  - `Data` App, required — App
    - `AppId` string — App Identifier
    - `HasIosApp` boolean — Has iOS app in Apple App Store. This is readonly.
    - `IosAppStoreUrl` string — IOS App Store URL
    - `HasAndroidApp` boolean — Has Android app in Google Play Store. This is readonly.
    - `AndroidPlayStoreUrl` string — Android Play Store URL
    - `DisplayDeliveryRestaurantScreen` boolean — Display delivery restaurant screen
    - `LogoImageUrl` string — Application Logo.
    - `Languages` Language[] — Languages that have been selected to be available to customers.
      - `LanguageId` string — ISO 639-1 Language Code
      - `DisplayOrder` integer — Display Order
      - `Name` string — Language Name
      - `Enabled` boolean — Is the language enabled for use.
    - `AvailableAppLanguages` Language[] — Lists all languages that are supported by Flipdish.
      - `LanguageId` string — ISO 639-1 Language Code
      - `DisplayOrder` integer — Display Order
      - `Name` string — Language Name
      - `Enabled` boolean — Is the language enabled for use.
    - `AppAccessLevel` 'None' | 'Owner' | 'StoreOwner' | 'PropertyOwner' | 'ManagedOwner' | 'Integrator' | 'PropertyManager' | 'StoreManager' | 'StoreStaff' | 'StaffMember' | 'StoreReadOnlyAccess' | 'FinanceManger' | 'Onboarding' | 'Support' — App access level for the logged in user
    - `AppResourceSet` string[] — Constitutes a list of available resources
    - `Features` string[] — Feature flags. These cannot be set by 3rd parties.
    - `MapCenter` Coordinates — Coordinates
      - `Latitude` number, double — Latitude
      - `Longitude` number, double — Longitude
    - `MapNorthEast` Coordinates — Coordinates
      - `Latitude` number, double — Latitude
      - `Longitude` number, double — Longitude
    - `MapSouthWest` Coordinates — Coordinates
      - `Latitude` number, double — Latitude
      - `Longitude` number, double — Longitude
    - `GoogleMapsApiKeyWeb` string — Key to be passed with Google Maps requests
    - `OrgId` string — Org Id
    - `SmsRestaurantName` string — SMS Restaurant Name
    - `WebToAppRedirect` 'NoRedirect' | 'RedirectOnce' | 'RedirectAlways' | 'SuggestPwa' | 'ForcePwa' — Web to App Redirect settings
    - `Name` string — App name. This is used in various places on the Apple App Store, Google Play Store, mobile apps and websites.
    - `HostName` string — HostName on which the web-ordering system is allowed to be hosted or that a Flipdish website is hosted on.
    - `MainColor` string — Main color of the web / Android / iOS applications
    - `KioskPrimaryColour` string — Primary colour used on the Kiosk
    - `ApplicationCategory` 'Restaurant' | 'Cafe' | 'Convenience' — Application Category
    - `IsPanaceaEnabled` boolean — Panacea is the term used for websites that are hosted on the my.flipdish.com domain. This value is true when the App's website is hosted on this domain. The alternative to using Panacea websites is to use a custom domain.
    - `PanaceaVanityUrl` string — In case of IsPanaceaEnabled is true, the app can be accessed via https://my.flipdish.com/{PanaceaVanityUrl}
    - `CookieConsentPromptEnabled` boolean — Cookie Consent Prompt Enabled
    - `CountryId` string — Country identifier in ISO 3166-1 alpha-2 format. This code is set automatically based on the locations of the Stores in the App. The App Country is used - to determine how to parse mobile phone numbers that are entered in their local numbering format - to determine if country specific payment methods should be offered - in various fraud checks

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
