NiftySoft / k8s-gossipcar

Kubernetes sidecar providing a lightweight eventually-consistent key-value store.
MIT License
1 stars 0 forks source link

PUT should return 422 when "k" is not present #16

Closed kalexmills closed 6 years ago

kalexmills commented 6 years ago

Presently, PUT returns 422 only if there is not exactly one query parameter. It should also check that the key which is present has the name 'k'