Webex · Schema

ActionOnRouteList

* `ADD` - Add a phone number to the Route List. * `DELETE` - Delete a phone number from the Route List.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-actiononroutelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionOnRouteList",
  "title": "ActionOnRouteList",
  "type": "string",
  "enum": [
    "ADD",
    "DELETE"
  ],
  "description": " * `ADD` - Add a phone number to the Route List.\n * `DELETE` - Delete a phone number from the Route List.\n"
}