IOperation Filter Change in Swashbuckle v5.5.3
I trying to Add two custom MediaType to same method.
for adding this task we can use [Produces()] attribute, but if we want to have two GET method in same controller we get this error in swagger
I trying to Add two custom MediaType to same method.
for adding this task we can use [Produces()] attribute, but if we want to have two GET method in same controller we get this error in swagger