Skip to content

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

@ramataduri

Description

@ramataduri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions