Webex · Schema

AnonymousCallRejectSettingsPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Indicates whether Anonymous Call Rejection is enabled or not.
View JSON Schema on GitHub

JSON Schema

webex-anonymouscallrejectsettingspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnonymousCallRejectSettingsPatch",
  "title": "AnonymousCallRejectSettingsPatch",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": false,
      "description": "Indicates whether Anonymous Call Rejection is enabled or not."
    }
  }
}