chore(proxy): regenerate OpenAPI snapshot and dashboard types for the Transcribe route docstring

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yassin 2026-09-17 23:10:23 +00:00
parent 912edaa8cc
commit aacbbe89d6
2 changed files with 7 additions and 4 deletions

View file

@ -20400,7 +20400,7 @@
},
"/transcribe/{operation}": {
"post": {
"description": "Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.\n\nThe request body is forwarded as-is to the AWS JSON 1.1 API and signed with SigV4\nusing the proxy's AWS credentials. Streaming transcription (`transcribestreaming`)\nuses a separate HTTP/2 event-stream protocol and is not served by this route.\n\n[Docs](https://docs.litellm.ai/docs/pass_through/transcribe)",
"description": "Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.\n\nThe request body is forwarded to the AWS JSON 1.1 API and signed with SigV4 using the\nproxy's AWS credentials. Standard jobs are tagged with the calling key's owner so that\nonly that owner (or a proxy admin) can read or delete them; account-wide operations\nsuch as ListTranscriptionJobs are limited to proxy admins. Streaming transcription\n(`transcribestreaming`) uses a separate HTTP/2 event-stream protocol and is not served\nby this route.\n\n[Docs](https://docs.litellm.ai/docs/pass_through/transcribe)",
"operationId": "transcribe_proxy_route_transcribe__operation__post",
"parameters": [
{

View file

@ -16513,9 +16513,12 @@ export interface paths {
* Transcribe Proxy Route
* @description Pass-through for the Amazon Transcribe API, e.g. `POST /transcribe/StartTranscriptionJob`.
*
* The request body is forwarded as-is to the AWS JSON 1.1 API and signed with SigV4
* using the proxy's AWS credentials. Streaming transcription (`transcribestreaming`)
* uses a separate HTTP/2 event-stream protocol and is not served by this route.
* The request body is forwarded to the AWS JSON 1.1 API and signed with SigV4 using the
* proxy's AWS credentials. Standard jobs are tagged with the calling key's owner so that
* only that owner (or a proxy admin) can read or delete them; account-wide operations
* such as ListTranscriptionJobs are limited to proxy admins. Streaming transcription
* (`transcribestreaming`) uses a separate HTTP/2 event-stream protocol and is not served
* by this route.
*
* [Docs](https://docs.litellm.ai/docs/pass_through/transcribe)
*/