Webex · Example Payload

Webex Update A Transcript Snippet Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Transcript Snippet 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 Transcript Snippet",
  "method": "PUT",
  "path": "/meetingTranscripts/{transcriptId}/snippets/{snippetId}",
  "summary": "Update a Transcript Snippet",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "reason": "audit",
        "text": "Hello everybody!"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "195d64646ad14be2924ea50f541fd91d_00001",
        "text": "Hello everybody!",
        "personName": "John Andersen",
        "personEmail": "john.andersen@example.com",
        "offsetMillisecond": 1000,
        "durationMillisecond": 1500
      }
    }
  ]
}