VERSION:
Swashbuckle.Core 5.6.0
STEPS TO REPRODUCE:
I have a few controllers like JobContgroller, ActivitiesController and each of has various GET/POST/PUT operations defined on it.
Some of them having same path, but it has different VERBs (GET/POST/PUT)
in such a case, I am unable to group the methods/operations in that controller using VERB.
So, it is difficult for user to check the specified method easily.
EXPECTED RESULT:
APIs should be Grouped by VERB (GET/POST/PUT/DELETE
ACTUAL RESULT:

ADDITIONAL DETAILS
Even I tried to override IDocumentFilter and by using custom attribute defined in each API by specifying order, and trying to update paths, still I am not able to get the expected result.
Please suggest .
Regards,
AmaR