Webex · Schema

ModifyCallParkSettingsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
callParkRecall object Recall options that are added to call park.
callParkSettings object Setting controlling call park behavior.
View JSON Schema on GitHub

JSON Schema

webex-modifycallparksettingsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyCallParkSettingsObject",
  "title": "ModifyCallParkSettingsObject",
  "type": "object",
  "properties": {
    "callParkRecall": {
      "$ref": "#/components/schemas/PutRecallHuntGroupObject",
      "description": "Recall options that are added to call park."
    },
    "callParkSettings": {
      "$ref": "#/components/schemas/CallParkSettingsObject",
      "description": "Setting controlling call park behavior."
    }
  }
}