Webex · Example Payload

Webex Updatespecifiedsettingsforthedevice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatespecifiedsettingsforthedevice 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": "updateSpecifiedSettingsForTheDevice",
  "method": "PUT",
  "path": "/telephony/config/devices/{deviceId}/dynamicSettings",
  "summary": "Update Device Dynamic Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "tags": [
          {
            "action": "CLEAR",
            "tag": "%G711A_ORDER%"
          },
          {
            "action": "SET",
            "tag": "%ENABLE_BLUETOOTH%",
            "value": "0"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}