Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX Swagger API List, methods or operations should be grouped by verb for each controller #1443

Open
ramataduri opened this issue Mar 15, 2024 · 0 comments

Comments

@ramataduri
Copy link

ramataduri commented Mar 15, 2024

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:

JobApis

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

@ramataduri ramataduri changed the title UX Swagger API List, Controllers should be grouped by verb UX Swagger API List, methods or operations should be grouped by verb for each controller Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant