Skip to content

Commit 0b8d265

Browse files
authored
Merge pull request #125835 from sauravraghuvanshi/main
Extra Quotation mark is throwing error
2 parents 87f4e0f + 19b6f14 commit 0b8d265

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)