genome / ptero-workflow

Client-facing API for the PTero system
1 stars 6 forks source link

POSTing to /v1/workflows should never result in 404 Not Found #247

Closed mkiwala closed 8 years ago

mkiwala commented 8 years ago

The 404 status code is reserved for when the server cannot find a resource matching the requested URL. In the v1 api for ptero-workflow, /v1/workflows is defined, so a 404 should never result from making a request to this url.