-
Hello Hono/Zod-OpenAPI Team,
I'm encountering an issue with Swagger integration in a route I defined using Hono/Zod-OpenAPI. Specifically, I'm unable to send the "Authorization" header through Swag…
-
## Is your feature request related to a problem? Please describe.
My app has two users one is seller and second one is admin, I have seller apis and admin apis, The admin apis should be admin authent…
-
Hey,
I'm having an issue where if you change your documentation from an initial state to a new state and then back to the initial state then the documentation parts on the API Gateway (and the Swag…
-
[x] Documentation issue or request (new chapter/page)
Related to https://github.com/nestjs/swagger/issues/1256
The current documentation on the CLI plugin: https://docs.nestjs.com/openapi/cli-…
-
### Content & configuration
Swagger/OpenAPI definition:
```yaml
tags:
- name: pet
description: Everything about your Pets
externalDocs:
description: Find out more about th…
WN-SB updated
2 years ago
-
Hi. I would like to have the VersionEye API (https://www.versioneye.com/api?version=v2) on elastic.io. Our API is developed with the Grape Framework (https://github.com/intridea/grape). For the docume…
reiz updated
11 years ago
-
Currently, `@platformatic/db-authorization` and the swagger UI are not connected but they should.
-
I would like to use this theme as a documentation platform internally. The problem is that we internally as well as all our customers are using OpenAPI 3.0.
## Expected Behavior
Use OpenAPI 3.0 ya…
-
**Description**
A `multipart/form-data` POST fails when an array property is included, even when it's correctly sent via Curl as follows:
```sh
-F 'tags=["One","Two","Three"];type=application…
-
Request to the `/?format=openapi` returns a JSON object of Swagger spec.
For example,
`{"swagger": "2.0", "info": {"title": "My great API", "version": ""}, "paths": {}}`.
Please make it possible…