At this moment, the body parameter only accepts dictionary, which can be optionally validated by providing a boolean value for validate_payload parameter. The endpoint methods should also accept providing the payload using an object that later can be serialized into a dictionary.
At this moment, the
body
parameter only accepts dictionary, which can be optionally validated by providing a boolean value forvalidate_payload
parameter. The endpoint methods should also accept providing the payload using an object that later can be serialized into a dictionary.