Inconsistent HTTP methods
Closed this issue · 1 comments
liepumartins commented
Routes define patch method
Tests tries to use put method, which is not defined
Which is the correct one?
bbrala commented
I've double-checked the specification, and I would prefer PATCH since that is the request the specification uses.