v0.29.0
Pre-release
Pre-release
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.