Webex · Schema

AudioFileInfoPatchDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
description string A short description of the dial plan.
View JSON Schema on GitHub

JSON Schema

webex-audiofileinfopatchdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AudioFileInfoPatchDTO",
  "title": "AudioFileInfoPatchDTO",
  "type": "object",
  "properties": {
    "description": {
      "maxLength": 255,
      "minLength": 0,
      "type": "string",
      "description": "A short description of the dial plan.",
      "example": "Required for transferring calls to Queues"
    }
  }
}