Webex · Example Payload

Webex Update A Data Source Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Data Source 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": "Update a Data Source",
  "method": "PUT",
  "path": "/dataSources/{dataSourceId}",
  "summary": "Update a Data Source",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "audience": "MedDocVirtualAgent",
        "errorMessage": "down for maintenance",
        "id": "f29bb291-5db0-411b-834a-e64f8dee0658",
        "nonce": "jeieu38udue83u398",
        "schemaId": "78efc775-dccb-45ca-9acf-989a4a59f788",
        "status": "active",
        "subject": "callAudioData",
        "tokenLifetimeMinutes": 60,
        "url": "https://www.byods.com/service1"
      }
    }
  ]
}