Webex · Schema

UpdateMusicOnHoldObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
defaultOrgMoh string Default org level Music on Hold option, can be one of two options: Choose between Opus Number 1 (Music On Hold used in other Cisco products like UCM) and existing legacy Music On Hold.
View JSON Schema on GitHub

JSON Schema

webex-updatemusiconholdobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateMusicOnHoldObject",
  "title": "UpdateMusicOnHoldObject",
  "type": "object",
  "properties": {
    "defaultOrgMoh": {
      "type": "string",
      "example": "'OPUS' or 'LEGACY'",
      "description": "Default org level Music on Hold option, can be one of two options: Choose between Opus Number 1 (Music On Hold used in other Cisco products like UCM) and existing legacy Music On Hold."
    }
  }
}