Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ const docTemplate = `{
},
{
"type": "integer",
"description": "desired output sample rate",
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
"name": "sample_rate",
"in": "formData"
}
Expand Down Expand Up @@ -1855,7 +1855,7 @@ const docTemplate = `{
},
{
"type": "integer",
"description": "desired output sample rate",
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
"name": "sample_rate",
"in": "formData"
}
Expand Down
4 changes: 2 additions & 2 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@
},
{
"type": "integer",
"description": "desired output sample rate",
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
"name": "sample_rate",
"in": "formData"
}
Expand Down Expand Up @@ -1852,7 +1852,7 @@
},
{
"type": "integer",
"description": "desired output sample rate",
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
"name": "sample_rate",
"in": "formData"
}
Expand Down
6 changes: 4 additions & 2 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3984,7 +3984,8 @@ paths:
in: formData
name: response_format
type: string
- description: desired output sample rate
- description: desired output sample rate in Hz; omit for the backend's own
rate, otherwise 8000-192000
in: formData
name: sample_rate
type: integer
Expand Down Expand Up @@ -4028,7 +4029,8 @@ paths:
in: formData
name: response_format
type: string
- description: desired output sample rate
- description: desired output sample rate in Hz; omit for the backend's own
rate, otherwise 8000-192000
in: formData
name: sample_rate
type: integer
Expand Down
Loading