Skip to content

Commit

Permalink
Update EventGrid.json (#18397)
Browse files Browse the repository at this point in the history
* Update EventGrid.json

* Update EventGrid.json
  • Loading branch information
JoshLove-msft authored Apr 11, 2022
1 parent a0ea00d commit 5cb84df
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
"application/json"
],
"paths": {
"/api/events": {
},
"x-ms-paths": {
"?overload=EventGridEvent": {
"post": {
"tags": [
"Events"
],
"description": "Publishes a batch of events to an Azure Event Grid topic.",
"operationId": "PublishEvents",
"operationId": "PublishEventGridEvents",
"parameters": [
{
"name": "events",
Expand Down Expand Up @@ -68,10 +70,8 @@
}
}
}
}
},
"x-ms-paths": {
"/api/events?overload=cloudEvent": {
},
"?overload=cloudEvent": {
"post": {
"consumes": [
"application/cloudevents-batch+json; charset=utf-8"
Expand Down Expand Up @@ -116,7 +116,7 @@
}
}
},
"/api/events?overload=customEvent": {
"?overload=customEvent": {
"post": {
"tags": [
"Events"
Expand Down

0 comments on commit 5cb84df

Please sign in to comment.