Bug Fixes
- #4290 a bug in our codegenerator moved the http method to
PUT
for all index requests. For index requests with anId
this is not valid. In the past we always generatedPOST
which is also not totally correct but the server accepted this. This was only happening in the low level client and only for7.5.0
.