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
Is your feature request related to a problem? Please describe.
In the Python 7.6.0 generator, I am unable to bypass type checking. I want to use the API client with an incorrect body payload, but I cannot find a method to achieve this.
Describe the solution you'd like
A way to configure type checking or provide a method that bypasses type checking
Describe alternatives you've considered
Using model config, but this is not accessible with these types.
Using other available routes
Additional context
I apologize if this functionality is already available, but I have not been able to find a solution.
Generated post route
I need to pass a file that is not StrictBytes or StrictStr.
Is your feature request related to a problem? Please describe.
In the Python 7.6.0 generator, I am unable to bypass type checking. I want to use the API client with an incorrect body payload, but I cannot find a method to achieve this.
Describe the solution you'd like
A way to configure type checking or provide a method that bypasses type checking
Describe alternatives you've considered
Additional context
I apologize if this functionality is already available, but I have not been able to find a solution.
Generated post route
I need to pass a file that is not StrictBytes or StrictStr.
The text was updated successfully, but these errors were encountered: