Skip to content

Commit

Permalink
Fix operation id (Azure#29840)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexxx authored Jul 16, 2024
1 parent 2608e81 commit f32a626
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,7 @@
"Transcribe"
],
"summary": "Transcribes the provided audio stream.",
"operationId": "Transcribe",
"operationId": "Transcriptions_Transcribe",
"consumes": [
"multipart/form-data"
],
Expand Down Expand Up @@ -7168,7 +7168,7 @@
"https"
],
"x-ms-parameterized-host": {
"hostTemplate": "{endpoint}/speechtotext/",
"hostTemplate": "{endpoint}/speechtotext",
"useSchemePrefix": false,
"parameters": [
{
Expand Down

0 comments on commit f32a626

Please sign in to comment.