From 0e78ca66c71c2e5c1559198610f7aac152085079 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:48:19 +0000 Subject: [PATCH] feat(swagger): update swagger Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- swagger/docs.go | 4 ++-- swagger/swagger.json | 4 ++-- swagger/swagger.yaml | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/swagger/docs.go b/swagger/docs.go index 8da82f29c9f2..f9b79654ac52 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -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" } @@ -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" } diff --git a/swagger/swagger.json b/swagger/swagger.json index 9042118a4c72..fc6b61921d18 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -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" } @@ -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" } diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 9c0f7ea32155..9bbdc66c7f70 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -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 @@ -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