You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ In this tutorial, you learn how to:
43
43
44
44
1. Sign in to the [Azure portal](https://portal.azure.com), and go to your API Management instance.
45
45
1. In the left menu, under **APIs**, select **APIs**.
46
-
2. Select *Swagger Petstore** from the API list (or another API to which you want to add revisions).
46
+
2. Select **Swagger Petstore** from the API list (or another API to which you want to add revisions).
47
47
3. Select the **Revisions** tab.
48
48
4. Select **+ Add revision**.
49
49
@@ -158,13 +158,13 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
158
158
159
159
## Access an API revision
160
160
161
-
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use a URL similar to the following to access revision 2 of the Demo Conference API:
161
+
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use a URL similar to the following to access revision 2 of the Swagger Petstore API:
You can find the URL paths for your API's revisions on the **Revisions** tab in the Azure portal.
166
166
167
-
:::image type="content" source="media/transform-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
167
+
:::image type="content" source="media/api-management-get-started-revise-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
168
168
169
169
> [!TIP]
170
170
> You can access the *current* revision of your API using the API path without the `;rev` string, in addition to the full URL that appends `;rev={revisionNumber}` to your API path.
0 commit comments