We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd1fde commit 5d604f0Copy full SHA for 5d604f0
articles/event-grid/event-schema-api-management.md
@@ -118,7 +118,7 @@ The following example shows the schema of an API updated event. The schema of ot
118
"topic": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
119
"subject": "/apis/myapi;Rev=1",
120
"data": {
121
- "resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
+ "resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
122
},
123
"eventType": "Microsoft.ApiManagement.APIUpdated",
124
"dataVersion": "1",
0 commit comments