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
@@ -150,17 +150,17 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
150
150
1. In the Azure portal, navigate to your API Management instance.
151
151
1. In the left menu, under **APIs**, select **APIs**.
152
152
1. Select **Developer portal** from the top menu.
153
-
1. In the developer portal, select **APIs**, and then select **Demo Conference API**.
153
+
1. In the developer portal, select **APIs**, and then select **Swagger Petstore**.
154
154
1. Notice your new **test** operation is now available.
155
155
1. Select **Changelog** near the API name.
156
156
1. Notice that your change log entry appears in the list.
157
157
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 this URL 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 Demo Conference API:
0 commit comments