Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Show description of enum (as strings) in request
I am using the following technique for displayed enum values in the schema description for responses:
https://stackoverflow.com/a/69089035/1001408
Which works fine for responses:
How can I modify the request to describe this, considering my query params are a list of ints?
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.