Skip to content

Commit eb07c96

Browse files
author
gitName
committed
edits
1 parent 83a7e30 commit eb07c96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ To help automate these steps with the [Visual Studio Code REST Client](https://m
161161
```http
162162
@subscriptionId = // Your subscription ID
163163
@resourceGroup = // Your resource group
164-
@apimName = // Your API Management Service name
164+
@apimName = // Your API Management service name
165165
@clientId = // Client ID from an app registration for authentication
166-
@clientSecret = // Client secret
167-
@externalHost = // The host name of the APP Gateway or the fully qualified gateway URL
168-
@subscriptionKey = //API Management subscription key
166+
@clientSecret = // Client secret from app registration
167+
@externalHost = // The host name of the App Gateway or the fully qualified gateway URL
168+
@subscriptionKey = // API Management subscription key
169169
@apiEndPoint = // API URL
170170
@requestBody = // Data to send
171171
@tenantId = // Tenant ID

0 commit comments

Comments
 (0)