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 Original file line number Diff line number Diff line change 30
30
" application/json"
31
31
],
32
32
"paths" : {
33
- "/api/events" : {
33
+ },
34
+ "x-ms-paths" : {
35
+ "?overload=EventGridEvent" : {
34
36
"post" : {
35
37
"tags" : [
36
38
" Events"
37
39
],
38
40
"description" : " Publishes a batch of events to an Azure Event Grid topic." ,
39
- "operationId" : " PublishEvents " ,
41
+ "operationId" : " PublishEventGridEvents " ,
40
42
"parameters" : [
41
43
{
42
44
"name" : " events" ,
68
70
}
69
71
}
70
72
}
71
- }
72
- },
73
- "x-ms-paths" : {
74
- "/api/events?overload=cloudEvent" : {
73
+ },
74
+ "?overload=cloudEvent" : {
75
75
"post" : {
76
76
"consumes" : [
77
77
" application/cloudevents-batch+json; charset=utf-8"
116
116
}
117
117
}
118
118
},
119
- "/api/events ?overload=customEvent" : {
119
+ "?overload=customEvent" : {
120
120
"post" : {
121
121
"tags" : [
122
122
" Events"
You can’t perform that action at this time.
0 commit comments