Open nighttiger1990 opened 4 months ago
I do not know really and I have tried several ways.
I do not know what's the correct way to expose this Query parameter so Swagger-Ui formats them in the way you expected, so I suggest you open a Issue on that repo
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.
What are you wanting to achieve?
I have an endpoint like this:
That endpoint work successfully with this Url (Chat GPT tell this mean
Standard Query Parameters
)But when I used SwaggerUI
That endpoint work but value of filterModel always is Empty with this Url (ChatGPT tell this mean
JSON-encoded Query Parameters
)How to tell SwaggerUI using "Standard Query Parameters" instead of "JSON-encoded Query Parameters"?
What code or approach do you have so far?
Additional context
No response