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
The problem with the body name collision is a design problem with agithub and we likely need to fix at a fundamental level.
I can imagine doing this either with a backwards incompatible design change that leaves support for legacy deployments or a configuration to enable a user to set the name of the body variable in their code to avoid collisions.
The below code is from
base.py
the
params
dictionary cannot containbody
key or aheaders
key. As the below example, I want to passbody
='body of message' as a param to the Apias the
body
is referenced as body of POST method. Is there any way to passbody
as a parameterThe text was updated successfully, but these errors were encountered: