Closed
Description
This MR: #1532 is plain wrong.
204 is only when there is NO CONTENT meaning I explicitly as a developer set body false
. I now have to go through all my delete calls and explicitly set status 200, which makes no sense.
For example returning the deleted object is quite common, now we don't follow the spec because by default (even when there is body!) we return 204.
mind blown