Hello, I stumbled upon your spectral rules from https://apisyouwonthate.com/blog/distribute-spectral-style-guides-with-npm#other-api-style-guides--rulesets and read through them when I found:
|
POST /create/user HTTP/1.1 |
Shouldn't this really be POST /users than POST /create/user which you are saying shouldn't be used just a couple lines up.
have a nice day =)
Hello, I stumbled upon your spectral rules from https://apisyouwonthate.com/blog/distribute-spectral-style-guides-with-npm#other-api-style-guides--rulesets and read through them when I found:
api-openapi-samples/.spectral.yml
Line 597 in e4aa25a
Shouldn't this really be
POST /usersthanPOST /create/userwhich you are saying shouldn't be used just a couple lines up.have a nice day =)