Skip to content

Commit 53c89eb

Browse files
feat: update API specifications (#41)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c271038 commit 53c89eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,7 @@ components:
16791679
- title: mp3(default)
16801680
description: Encoding - mp3(default). Supported bitrates - 32000, 48000(default) bps.
16811681
type: integer
1682+
nullable: true
16821683
enum:
16831684
- 32000
16841685
- 48000
@@ -1690,6 +1691,7 @@ components:
16901691
- title: opus
16911692
description: Encoding - opus. Bitrate range - 4000-650000 bps.
16921693
type: integer
1694+
nullable: true
16931695
minimum: 4000
16941696
maximum: 650000
16951697
x-fern-enum:
@@ -1700,6 +1702,7 @@ components:
17001702
- title: aac
17011703
description: Encoding -aac. Bitrate range - 4000-192000 bps.
17021704
type: integer
1705+
nullable: true
17031706
minimum: 4000
17041707
maximum: 192000
17051708
x-fern-enum:
@@ -1820,6 +1823,7 @@ components:
18201823
- title: linear16
18211824
description: Encoding - linear16. Supported sample rates - 8000, 16000, 24000, 32000, 48000 Hz.
18221825
type: integer
1826+
nullable: true
18231827
enum:
18241828
- 8000
18251829
- 16000
@@ -1840,6 +1844,7 @@ components:
18401844
- title: mulaw
18411845
description: Encoding - mulaw. Supported sample rates - 8000, 16000 Hz.
18421846
type: integer
1847+
nullable: true
18431848
enum:
18441849
- 8000
18451850
- 16000
@@ -1851,6 +1856,7 @@ components:
18511856
- title: alaw
18521857
description: Encoding - alaw. Supported sample rates - 8000, 16000 Hz.
18531858
type: integer
1859+
nullable: true
18541860
enum:
18551861
- 8000
18561862
- 16000
@@ -1862,6 +1868,7 @@ components:
18621868
- title: mp3
18631869
description: Encoding - mp3. Sample rate is fixed and not configurable (22050 Hz).
18641870
type: integer
1871+
nullable: true
18651872
enum:
18661873
- 22050
18671874
x-fern-enum:
@@ -1870,6 +1877,7 @@ components:
18701877
- title: opus
18711878
description: Encoding - opus. Sample rate is fixed at 48000 Hz.
18721879
type: integer
1880+
nullable: true
18731881
enum:
18741882
- 48000
18751883
x-fern-enum:

0 commit comments

Comments
 (0)