Skip to content

Commit eed5960

Browse files
authored
Merge pull request #175945 from nbarrasson/patch-3
Update event-schema-api-management.md
2 parents 2f8446a + 5d604f0 commit eed5960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-schema-api-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following example shows the schema of an API updated event. The schema of ot
118118
"topic": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
119119
"subject": "/apis/myapi;Rev=1",
120120
"data": {
121-
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
121+
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
122122
},
123123
"eventType": "Microsoft.ApiManagement.APIUpdated",
124124
"dataVersion": "1",

0 commit comments

Comments
 (0)