File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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"
116116 }
117117 }
118118 },
119- "/api/events ?overload=customEvent" : {
119+ "?overload=customEvent" : {
120120 "post" : {
121121 "tags" : [
122122 " Events"
You can’t perform that action at this time.
0 commit comments