Skip to content

1.0.1 -- POST/PUT/PATCH payload carried in request body

Latest
Compare
Choose a tag to compare
@hammar hammar released this 13 May 19:30
· 6 commits to master since this release

This release fixes a bug in version 1.0, where entity payloads were defined to be delivered as header parameters, when the accepted practice is to deliver these in the request body. We now use the request body instead.