Webex · Example Payload

Webex Update The Organization Call Captions Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update The Organization Call Captions 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 the organization call captions settings",
  "method": "PUT",
  "path": "/telephony/config/callCaptions",
  "summary": "Update the organization call captions settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "orgClosedCaptionsEnabled": true,
        "orgTranscriptsEnabled": true
      }
    }
  ],
  "responseExamples": []
}