Webex · Example Payload

Webex Updatethirdpartydevice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatethirdpartydevice 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": "updateThirdPartyDevice",
  "method": "PUT",
  "path": "/telephony/config/devices/{deviceId}",
  "summary": "Update Third Party Device",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "sipPassword": "Test4Password123&"
      }
    }
  ],
  "responseExamples": []
}