Create a route
POST/v2/routes/:name
Creates a new route. The route is validated and written as a single whole artifact.
Request
Responses
- 201
- 400
- 404
- 409
- 422
- 500
Confirmation that the route was created or updated.
Route failed server-side validation
Route to update was not found
A route with this name already exists
Request body failed validation
Internal server error