Skip to content

Commit e1d7ad1

Browse files
authored
Fix JSON example in api-management-howto-api-inspector.md
1 parent 40b7a20 commit e1d7ad1

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)