Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openapi

OpenApi how to add example from resources file for @RequestBody -> @Content -> @Schema -> example

Cookie based Authentication in FastAPI

Generate OpenAPI spec from gin project

go swagger openapi go-gin

.NET Core 6 minimal API with OpenApi - validate request against OpenApi schema

Enabling Swagger (OpenAPI 2.0 Metadata) for Azure Functions

Swagger bitwise enum flags handling

Is it possible to override the "required" attribute of a referenced parameter in OpenAPI 3?

openapi

Is there a way to add an example for plain text content type in OpenAPI?

openapi

OpenAPI @RequestBody variables of type Map are not populated

How to merge multiple OpenAPI 3.0 specification files into one in Maven?

How to create a custom sort order for the API methods in FastAPI Swagger autodocs?

PathVariable as optional in swagger SpringFox(3.0.0)

Is it possible to use an enum as path parameter in yaml?

enums yaml openapi

Reusing a subset of an enum in OpenAPI (Swagger)

enums swagger openapi

Specifying RESTful API Response Based on Query Parameter in openAPI

rest openapi

Modifying the DTO name appearing in OpenAPI (Swagger) schemas in NestJS