python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hide a header from being displayed in Swagger Swashbuckle
As I already have a common authorization added how do I remove separate(authorization header) from each and every API as shown in the image link below?
swaggerHub_Link
Swathy
Votes: 0
Answers: 1
SwaggerUI base path IIS
I have swagger UI defined as follows in my netcore 6 app
app.UseSwaggerUI(x =>
{
var descriptions = apiVersionDescriptionProvider.ApiVersionDescriptions.OrderByDes...
americanslon
Votes: 0
Answers: 0
Despite Open API specification ASP.NET sees every property as mandatory
I normally generate the server code directly in https://swagger.io/ online service
Going on I decided to add more automation so I decided to use the CLI tool with aspnetcore generator: https://openapi...

gsscoder
Votes: 0
Answers: 1
.net Core Swagger: SwaggerUIBundle is not defined
I am using .net core 3.1 and its a lambda. This is an API project which has our api endpoints and uses Swagger. Locally this works fine and I can see swagger ui loaded and I can see my endpoints fine....
user1563677
Votes: 0
Answers: 0