You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: