-
*PHP Version:* 8.3 | *Shopware Version:* 6.6.7.0 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
The types in the openapi schema are the same as the actual resp…
-
## Description
The generated OpenAPI spec currently contains no information about the errors thrown in a command or query. This means that the generated client SDK and documentation don't have inform…
-
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":["…
-
#### Read me
Read this first before creating an issue:
- do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely b…
-
- open api 스펙에 맞게 엔드포인트들을 정의해주세요.
- VC/SAVE, TTS/SAVE 부분에 URL에 {projectId} 경로 파라미터가 있지만 parameters 에 대한 부분이 swagger 문서에 명확히 표시가 되지 않음.
- parametes 가 나타나도록 코드를 수정
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…
-
Open API 3.1 supports defining tuples via Json Schema `prefixItems`.
Given the following TypeSpec:
```tsp
model Foo {
tuple: [string, string];
}
```
We can emit an Open API 3.1 schema that looks …
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
If you have an model with types as following Person->Address->Person
The referens get invalid…
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…