Update existing route
PUT/v1/vehicles/:vehicleId/routes/:name
Updates an existing route with this name by replacing the entire route.
Request
Responses
- 200
- 400
- 404
- 422
- 500
Successful Response
Route failed server-side validation
Route to update was not found
Request body failed validation
Internal server error