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

RouteSummary property in OpenApiFeature does not exist #52

Closed
nad-au opened this issue Oct 23, 2019 · 1 comment
Closed

RouteSummary property in OpenApiFeature does not exist #52

nad-au opened this issue Oct 23, 2019 · 1 comment

Comments

@nad-au
Copy link
Contributor

nad-au commented Oct 23, 2019

The Open API docs states:
The Swagger UI groups multiple routes under a single top-level route that covers multiple different services sharing the top-level route which can be specified using the RouteSummary dictionary of the OpenApiFeature plugin, e.g:

Plugins.Add(new OpenApiFeature {
    RouteSummary = {
        { "/top-level-path", "Route Summary" }
    }
});

but RouteSummary isn't available, at least not in ServiceStack.Api.OpenApi v5.7.0

@mythz
Copy link
Member

mythz commented Oct 23, 2019

Thx, this was only available in the old Swagger API Feature, removed in ef0605f

@mythz mythz closed this as completed Oct 23, 2019
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

2 participants