0.31
On input schema of None
, input is presumed to be None
- Rather than forcing an input schema of
None
withGET
andDELETE
methods, whether input is JSON-decoded or not, is dependent on whether the provided input schema isNone
or not. This means thatget
anddelete
methods can now have request bodies if desired.