You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
with response code 400. The proper response to requesting a route which does not exist is a 404 with the error message "The requested resource could not be found" or similar.
If you request that path on a Traffic Ops instance, the response will be
{ "alerts": [ { "text": "id cannot parse to integer", "level": "error" } ] }with response code 400. The proper response to requesting a route which does not exist is a 404 with the error message "The requested resource could not be found" or similar.