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 referenced discussion doesn't seem to address the issue. This bug report is concerning parameters using the content property, allowing for the specification of the content type. This bug is pointing out that when the content is set to application/json, the generator ignores the specification. The generated client doesn't pass json data, as requested.
Bug Report Checklist
Description
https://swagger.io/docs/specification/describing-parameters/#schema-vs-content states that query params with content application/json will be:
filter={"type":"t-shirt","color":"blue"}
, but it generated like:The text was updated successfully, but these errors were encountered: