v7

latestSwagger 2.02026-07-13322074.5 KB
EventRoutes

Adds or replaces an event route. Status codes:

  • 204 No Content
  • 400 Bad Request
    • EventRouteEndpointInvalid - The endpoint provided does not exist or is not active.
    • EventRouteFilterInvalid - The event route filter is invalid.
    • EventRouteIdInvalid - The event route id is invalid.
    • LimitExceeded - The maximum number of event routes allowed has been reached.
put/eventroutes/{id}

Path parameters

idstring required

The id for an event route. The id is unique within event routes and case sensitive.

Query parameters

api-versionstring required

The requested API version.

Request body

idstring

The id of the event route.

endpointNamestring required

The name of the endpoint this event route is bound to.

filterstring required

An expression which describes the events which are routed to the endpoint.

Response

Success