Update Inbound Route
Replace an inbound route's configuration.
Replace an inbound route's configuration. The request body uses the same schema as create.
Scope: domains.inbound_routing.write
Path Parameters
domain_idintegerrequiredThe ID of the domain.
route_idstringrequiredThe ID of the inbound route to update.
Request Body
Same schema as Create Inbound Route.
Response
Returns the updated route object. See the route object schema on the List Inbound Routes page.