deis / workflow-manager-api

Deis Workflow Manager API
MIT License
5 stars 0 forks source link

fix(pkg/handlers): ensure that parameters common to URL paths and bodies match #139

Closed arschles closed 8 years ago

arschles commented 8 years ago

Fixes #40

arschles commented 8 years ago

Closing this, as it will conflict heavily with https://github.com/deis/workflow-manager-api/pull/138, and that PR is preferred as it uses generated code. Additionally, once that PR is merged, the logic to validate body and URL path params will be significantly different anyway.