diff --git a/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json b/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json index 8531c1057d67..8d3a7f025a11 100644 --- a/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json +++ b/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json @@ -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", @@ -68,10 +70,8 @@ } } } - } - }, - "x-ms-paths": { - "/api/events?overload=cloudEvent": { + }, + "?overload=cloudEvent": { "post": { "consumes": [ "application/cloudevents-batch+json; charset=utf-8" @@ -116,7 +116,7 @@ } } }, - "/api/events?overload=customEvent": { + "?overload=customEvent": { "post": { "tags": [ "Events"