Webex · Schema

WorkspaceOutgoingPermissionDigitPatternCategoryControlPatchObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
useCustomDigitPatterns boolean When `true`, use custom settings for the digit patterns category of outgoing call permissions.
View JSON Schema on GitHub

JSON Schema

webex-workspaceoutgoingpermissiondigitpatterncategorycontrolpatcho-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceOutgoingPermissionDigitPatternCategoryControlPatchObject",
  "title": "WorkspaceOutgoingPermissionDigitPatternCategoryControlPatchObject",
  "type": "object",
  "properties": {
    "useCustomDigitPatterns": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, use custom settings for the digit patterns category of outgoing call permissions."
    }
  }
}