Skip to content

Commit 7ca6cd9

Browse files
authored
Merge pull request #123169 from danny12321/Debug-your-APIs-using-request-tracing
Fix invalid JSON example in api-management-howto-api-inspector.md
2 parents a6cef66 + e1d7ad1 commit 7ca6cd9

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
@@ -90,7 +90,7 @@ Enable tracing by the following steps using calls to the API Management REST API
9090
{
9191
"credentialsExpireAfter": PT1H,
9292
"apiId": "<API resource ID>",
93-
"purposes: ["tracing"]
93+
"purposes": ["tracing"]
9494
}
9595
```
9696

0 commit comments

Comments
 (0)