Webex · Schema

SelectiveRejectCallSettingPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean if `true`, selective reject is enabled.
View JSON Schema on GitHub

JSON Schema

webex-selectiverejectcallsettingpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelectiveRejectCallSettingPatch",
  "title": "SelectiveRejectCallSettingPatch",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "if `true`, selective reject is enabled."
    }
  }
}