Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

Show description of enum (as strings) in request

Open markwalsh-liverpool opened this issue 2 years ago • 1 comments

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:

image

How can I modify the request to describe this, considering my query params are a list of ints?

image

markwalsh-liverpool avatar Jul 26 '22 16:07 markwalsh-liverpool

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.

github-actions[bot] avatar Apr 20 '24 01:04 github-actions[bot]