AppInstallRequest

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
targetVersion string Version to install
allowPreviewVersion boolean Whether to allow preview versions
acceptIsvEula boolean Whether the ISV EULA is accepted
allowDependencyUpdate boolean Whether to also update dependent apps
View JSON Schema on GitHub

JSON Schema

admin-center-app-install-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AppInstallRequest",
  "type": "object",
  "properties": {
    "targetVersion": {
      "type": "string",
      "description": "Version to install"
    },
    "allowPreviewVersion": {
      "type": "boolean",
      "description": "Whether to allow preview versions"
    },
    "acceptIsvEula": {
      "type": "boolean",
      "description": "Whether the ISV EULA is accepted"
    },
    "allowDependencyUpdate": {
      "type": "boolean",
      "description": "Whether to also update dependent apps"
    }
  }
}