Webex · Schema

SelectiveAcceptCallSettingPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean indicates whether selective accept is enabled or not.
View JSON Schema on GitHub

JSON Schema

webex-selectiveacceptcallsettingpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelectiveAcceptCallSettingPatch",
  "title": "SelectiveAcceptCallSettingPatch",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "indicates whether selective accept is enabled or not."
    }
  }
}