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
I do not know really and I have tried several ways.
Set the style "form"
Set the style "form" and explode true (This is not supported in OpenApi.Net but I tricked it with app.MapGet exposing the OpenApi document with the properties I wanted)
Set the style "deepObject"
Set the style "deepObject" and explode true
Set the Content as multipartFromData and the schema inside the item
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
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
The text was updated successfully, but these errors were encountered: