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
With version 3.0.5 a swagger client instance tries to make an API request the following issues are observed
Content-Type header is not added in the request.
If a parameter used in HTTP body is added to the request the client expects it to be in the string format.
However while using 2.0.32 there is no need to set these explicitly. So is there a way we can get back the old behaviour with latest version, like adding "application/json" as default content type and the adding body parameter as JSON object rather than string.
This issue is in further reference to #991
With version 3.0.5 a swagger client instance tries to make an API request the following issues are observed
However while using 2.0.32 there is no need to set these explicitly. So is there a way we can get back the old behaviour with latest version, like adding "application/json" as default content type and the adding body parameter as JSON object rather than string.
Code example:
The text was updated successfully, but these errors were encountered: