Webex · Example Payload

Webex Configurebargeinsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Configurebargeinsettings Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "configureBargeInSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/bargeIn",
  "summary": "Configure Barge-In Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "toneEnabled": true
      }
    }
  ],
  "responseExamples": []
}