You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: