Webex · Schema

ApplicationsSettingPut

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
ringDevicesForClickToDialCallsEnabled boolean When `true`, indicates to ring devices for outbound Click to Dial calls.
ringDevicesForGroupPageEnabled boolean When `true`, indicates to ring devices for inbound Group Pages.
ringDevicesForCallParkEnabled boolean When `true`, indicates to ring devices for Call Park recalled.
browserClientEnabled boolean If `true`, the browser Webex Calling application is enabled for use.
desktopClientEnabled boolean If `true`, the desktop Webex Calling application is enabled for use.
tabletClientEnabled boolean If `true`, the tablet Webex Calling application is enabled for use.
mobileClientEnabled boolean If `true`, the mobile Webex Calling application is enabled for use.
View JSON Schema on GitHub

JSON Schema

webex-applicationssettingput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationsSettingPut",
  "title": "ApplicationsSettingPut",
  "type": "object",
  "properties": {
    "ringDevicesForClickToDialCallsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, indicates to ring devices for outbound Click to Dial calls."
    },
    "ringDevicesForGroupPageEnabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, indicates to ring devices for inbound Group Pages."
    },
    "ringDevicesForCallParkEnabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, indicates to ring devices for Call Park recalled."
    },
    "browserClientEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `true`, the browser Webex Calling application is enabled for use."
    },
    "desktopClientEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `true`, the desktop Webex Calling application is enabled for use."
    },
    "tabletClientEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `true`, the tablet Webex Calling application is enabled for use."
    },
    "mobileClientEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `true`, the mobile Webex Calling application is enabled for use."
    }
  }
}