swaggerwcf
swaggerwcf copied to clipboard
upgrade to swagger-ui 3.17.6 to allow tags and paths alphabetical sorting
Hi,
is there some option to upgrade swagger-ui to the latest version? I would really appreciate tags and paths alphabetical sorting.. They say they fixed the sorting in swagger-ui 3xx as in: this issue
Thanks Jana
zip the files in https://github.com/swagger-api/swagger-ui/tree/master/dist and replace the file https://github.com/abelsilva/swaggerwcf/tree/master/src/SwaggerWcf/www/swagger-ui.zip
hi justin,
after try to zip dist folder and replace it, I got following error message in swagger page, could you help take a look? Thanks.
Unable to render this definition The provided definition does not specify a valid version field.
Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0" and those that match openapi: 3.0.n (for example, openapi: 3.0.0).
@wuweizi55 as you can see, swagger-ui 3.x support openapi 2.0 & 3.0
so i think your swagger.json is incorrect
pls create your own test project, not the SwaggerWcf.Test.Service