Skip to content

Commit 5cb84df

Browse files
Update EventGrid.json (#18397)
* Update EventGrid.json * Update EventGrid.json
1 parent a0ea00d commit 5cb84df

File tree

1 file changed

+7
-7
lines changed
  • specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01

1 file changed

+7
-7
lines changed

specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
"application/json"
3131
],
3232
"paths": {
33-
"/api/events": {
33+
},
34+
"x-ms-paths": {
35+
"?overload=EventGridEvent": {
3436
"post": {
3537
"tags": [
3638
"Events"
3739
],
3840
"description": "Publishes a batch of events to an Azure Event Grid topic.",
39-
"operationId": "PublishEvents",
41+
"operationId": "PublishEventGridEvents",
4042
"parameters": [
4143
{
4244
"name": "events",
@@ -68,10 +70,8 @@
6870
}
6971
}
7072
}
71-
}
72-
},
73-
"x-ms-paths": {
74-
"/api/events?overload=cloudEvent": {
73+
},
74+
"?overload=cloudEvent": {
7575
"post": {
7676
"consumes": [
7777
"application/cloudevents-batch+json; charset=utf-8"
@@ -116,7 +116,7 @@
116116
}
117117
}
118118
},
119-
"/api/events?overload=customEvent": {
119+
"?overload=customEvent": {
120120
"post": {
121121
"tags": [
122122
"Events"

0 commit comments

Comments
 (0)