magic_app_config_update_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_app_id object
breakout object
managed_app_id object
priority object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-app-config-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_app_config_update_request",
  "title": "magic_app_config_update_request",
  "properties": {
    "account_app_id": {
      "$ref": "#/components/schemas/magic_account_app_id"
    },
    "breakout": {
      "$ref": "#/components/schemas/magic_app_breakout"
    },
    "managed_app_id": {
      "$ref": "#/components/schemas/magic_managed_app_id"
    },
    "priority": {
      "$ref": "#/components/schemas/magic_app_priority"
    }
  },
  "type": "object"
}