Skip to content

Commit 11c29c3

Browse files
feat: update API specifications (#54)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ce534bb commit 11c29c3

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Diff for: asyncapi.yml

-9
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,6 @@ channels:
386386
- 'false'
387387
examples:
388388
- 'true'
389-
diarize_version:
390-
description: >-
391-
Version of the diarization feature to use. Only used when the
392-
diarization feature is enabled (`diarize=true` is passed to the API)
393-
location: $message.payload#/diarize_version
394-
default: v2
395-
examples:
396-
- v1
397-
- v2
398389
dictation:
399390
description: Identify and extract key entities from content in submitted audio
400391
location: $message.payload#/dictation

Diff for: openapi.yml

-9
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ paths:
6363
- $ref: '#/components/parameters/custom_intent_mode'
6464
- $ref: '#/components/parameters/detect_entities'
6565
- $ref: '#/components/parameters/detect_language'
66-
- $ref: '#/components/parameters/diarize_version'
6766
- $ref: '#/components/parameters/diarize'
6867
- $ref: '#/components/parameters/dictation'
6968
- $ref: '#/components/parameters/encoding'
@@ -1364,14 +1363,6 @@ components:
13641363
- type: array
13651364
items:
13661365
type: string
1367-
diarize_version:
1368-
name: diarize_version
1369-
in: query
1370-
required: false
1371-
description: Version of the diarization feature to use. Only used when the diarization feature is enabled (`diarize=true` is passed to the API)
1372-
schema:
1373-
type: string
1374-
default: v2
13751366
diarize:
13761367
name: diarize
13771368
in: query

0 commit comments

Comments
 (0)