Webex · Example Payload

Webex Update Redsky Service Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Redsky Service Settings 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 RedSky Service Settings",
  "method": "PUT",
  "path": "/telephony/config/redSky/serviceSettings",
  "summary": "Update RedSky Service Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "companyId": "a5e5808f-34ac-4ed0-b8f3-2416bc4cb785",
        "secret": "qwEr4%2d",
        "externalTenantEnabled": true,
        "email": "test@cisco.com",
        "password": "Test@123"
      }
    }
  ],
  "responseExamples": []
}