Webex · Schema

RouteListPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Route List new name.
routeGroupId string New route group ID.
View JSON Schema on GitHub

JSON Schema

webex-routelistpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteListPatch",
  "title": "RouteListPatch",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "New Route List",
      "description": "Route List new name."
    },
    "routeGroupId": {
      "type": "string",
      "example": "NTJiZmUxNDAtYjIwMS00NTUzLWI1OGQtMmVkNDU1NTFmYTUy",
      "description": "New route group ID."
    }
  }
}