Skip to content

v0.29.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bouwe77 bouwe77 released this 23 May 19:57
· 94 commits to main since this release
c8e25de

Breaking change

Providing IDs in the request body of POST, PUT, or PATCH requests is not allowed and will return a 400 Bad Request response. The same applies to adding an ID in a POST request URL, or omitting an ID in a PUT or PATCH request URL.

Until now, IDs in request URLs and request bodies were ignored, and for missing IDs in URLs a 404 Not Found was returned.

Now this has been unified to a 400 Bad Request, because you are trying something that isn't supported, so let's be clear about that.