We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a90844 commit b83dd2fCopy full SHA for b83dd2f
src/main/resources/openapi/transcriptions.yaml
@@ -358,6 +358,7 @@ paths:
358
operationId: downloadTranscript
359
parameters:
360
- name: transcription_id
361
+ description: Transcription ID
362
in: path
363
required: true
364
schema:
@@ -371,14 +372,17 @@ paths:
371
372
content:
373
application/*:
374
375
+ description: Any non Microsoft Word file type
376
type: string
377
format: binary
378
application/msword:
379
380
+ description: Microsoft Word Document
381
382
383
application/vnd.openxmlformats-officedocument.wordprocessingml.document:
384
385
+ description: Microsoft Word Open XML Document
386
387
388
'422':
0 commit comments