-
Hi, unfortunately I don't know any better communication channel than to create an issue here. If there's a preferred communication way, please let me know.
For own project ([terminal-agent](https:/…
-
## Who is your user?
As a developer
## What are they trying to achieve?
I wanted to have a list of api endpoints using the OpenApi spec 3.0 : https://swagger.io/specification/ (for connecting with…
-
The Mintlify Web UI does not correctly upload files in the API request, passing it as a string instead of a file object. This leads to errors as seen below:
`{"detail":[{"type":"value_error","loc":["…
-
**Related to:** https://github.com/elastic/security-team/issues/9401
## Summary
This epic collects potential improvements to the OpenAPI specs bundler tooling.
## Implementation tasks
```[tasklis…
-
The [Accounting OpenAPI specification](https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_accounting.yaml) contains a redundant "type" property. This causes an error when loading the s…
-
### Issue Summary
Seemingly incomplete or incorrect api specs.
#### V1
openApi spec for V1 is incorrect in many places. we have to use a modified version in order to generate working API clie…
-
### Description
We need to find a way to add Mesh to the openAPI spec.
This is tricky because unlike existing resources in the openAPI spec where we go with resource plugins etc, this has a protob…
-
https://github.com/codeborne/klite/blob/2f898f442d90f5d70fe6ea3b101dde1e2e1bf673/openapi/src/OpenAPI.kt#L90C1-L90C35
This writes the enum name in all caps, "QUERY" etc. This isn't compliant to Open…
-
I was using Traefik with these match rules.
```
Host(`domain.com`) && PathPrefix (`/api`)
```
This will route all `domain.com` with the prefix `/api` to the desired service which is our backen…
-
We require the ability to make an openapi spec reliably and accurately for all endpoints within the open5e api.
### Requirements
A valid OpenAPI Spec can be generated fairly quickly and easily.
I…