Skip to content

Commit 3e1c123

Browse files
Merge pull request #213408 from eric-urban/patch-3
Update swagger-documentation.md
2 parents 382c343 + ed420c7 commit 3e1c123

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/swagger-documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Generate a REST API client library - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: The Swagger documentation can be used to auto-generate SDKs for a number of programming languages.
55
services: cognitive-services
6-
author: alexeyo26
6+
author: eric-urban
7+
ms.author: eur
78
manager: nitinme
89
ms.service: cognitive-services
910
ms.subservice: speech-service
1011
ms.topic: how-to
11-
ms.date: 02/16/2021
12-
ms.author: alexeyo
12+
ms.date: 10/03/2022
1313
---
1414

1515
# Generate a REST API client library for the Speech-to-text REST API
@@ -28,7 +28,7 @@ The [Swagger specification](https://eastus.dev.cognitive.microsoft.com/docs/serv
2828
You'll need to set Swagger to the region of your Speech resource. You can confirm the region in the **Overview** part of your Speech resource settings in Azure portal. The complete list of supported regions is available [here](regions.md#speech-service).
2929

3030
1. In a browser, go to the Swagger specification for your [region](regions.md#speech-service):
31-
`https://<your-region>.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1`
31+
`https://<your-region>.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0`
3232
1. On that page, click **API definition**, and click **Swagger**. Copy the URL of the page that appears.
3333
1. In a new browser, go to [https://editor.swagger.io](https://editor.swagger.io)
3434
1. Click **File**, click **Import URL**, paste the URL, and click **OK**.

0 commit comments

Comments
 (0)