Fix params when using `all: true` on `getObject`
This MR should fix the "Body cannot be passed" Jsona Deserializer error when using params
and all: true
with getObject
.
A test was also added for this case.
I did not do so yet, but we could probably unpin Jsona as part of this if we wanted to.