Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openapi

How to define global parameters that will apply to all paths? [duplicate]

swagger openapi

How do you convert an OpenAPI Spec (Swagger 2.0) to proto3?

How to generate swagger3 (OpenAPI3) spec in (.json/.yaml) from protobuf (.proto) files?

How to Integrate Open API 3 with Spring project (not Spring Boot) using springdoc-openapi

OpenAPI: what schema to accept any (complex) JSON value

json api swagger-2.0 openapi

OpenApi 3 import schemas from external files

How to include Http request method name in client method names generated with NSwag

c# openapi nswag

VSCode indent in Swagger JSDoc

AWS CDK how to create an API Gateway backed by Lambda from OpenApi spec?

How to validate an HTTP requests against an OpenAPI3 specification in Python? [closed]

python rest openapi

How not to copy-paste 3 generic error responses in almost all paths?

swagger openapi

How to define different query parameters for same path in OpenAPI (Swagger)?

swagger openapi

Enable Authorize button in springdoc-openapi-ui for Basic Authentication

How to dinstinctly document possible REST actions in ViewSet docstring?

Using Swashbuckle 5.x specify nullable = true on a Generic T Parameter reference property

Integrating HealthCheck endpoint into swagger (open API) UI on dotnet core

Case Insensitive String parameter in schema of openApi

enums openapi

How to define constant string in Swagger open api 3.0 [duplicate]

swagger openapi

How to ask for additional GET parameters in an endpoint of api-platform using swagger docs?

Tell Swagger that the request body can be a single object or a list of objects

scala rest swagger openapi