Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openapi

How to skip generation of ".openapi-generator" folder when using openapi-generator?

Can I suppress the default Optional<NativeWebRequest> getRequest() that OpenAPI generates into interfaces?

openapi openapi-generator

How to require form parameters on the value of another form parameter in OpenAPI?

swagger openapi swagger-2.0

How set default API definition url in openapi?

Where can I find the file swagger.json on my PC, referred to as "localhost"? [duplicate]

How to define Map objects in Open API 3.0, for GET API

Openapi - duplicate operationID and extra parameter

How to define two different responses for same Response code with 302 Redirect?

swagger openapi

OpenAPI path/query parameters nested structure serialization

Asp.NET Core - Web Api - OpenApi Client method names

How to vary requestBody type based on a path parameter in OpenAPI 3.0?

openapi

Adding a server to nestjs swagger gives a permission error

NestJS Swagger - Definition of additionalProperties of a custom class not working with ApiExtraModels decorator

swagger nestjs openapi

Representing ISO 8601 year-month dates documentation with Swagger

How to view a FileUpload response body as an upload button when seen through Swagger UI

swagger-ui openapi quarkus

Swagger OpenAPI 3 documentation for Firebase Authentication securityScheme

OpenAPi DateTime with timezone information

Set the media type of a custom Error Response via a pydantic model in FastAPI

Null ApiResponse when migrating from springfox to springdoc