Skip to content

Commit 01118a8

Browse files
Update api-management-howto-api-inspector.md
Extra Quotation mark was added because of that it is throwing error. Removed the extra Quotation
1 parent 8ca598a commit 01118a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Detailed steps follow.
9898
```json
9999
{
100100
"credentialsExpireAfter": PT1H,
101-
"apiId": ""/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}",
101+
"apiId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}",
102102
"purposes": ["tracing"]
103103
}
104104
```

0 commit comments

Comments
 (0)