Webex · Example Payload

Webex Modify Call Bridge Warning Tone Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Call Bridge Warning Tone Settings For A Workspace 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": "Modify Call Bridge Warning Tone Settings for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/callBridge",
  "summary": "Modify Call Bridge Warning Tone Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "warningToneEnabled": false
      }
    }
  ],
  "responseExamples": []
}