Webex · Schema

CallRecordingVendorPatchResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
jobId string Unique job ID of the call recording job.
View JSON Schema on GitHub

JSON Schema

webex-callrecordingvendorpatchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallRecordingVendorPatchResponse",
  "title": "CallRecordingVendorPatchResponse",
  "type": "object",
  "required": [
    "jobId"
  ],
  "properties": {
    "jobId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8yOTQ5ZmRiOC1kODg1LTQxMzAtYjhiNy1jNmJiYmM5ZWQzOTE",
      "description": "Unique job ID of the call recording job."
    }
  }
}