-
when delete by filter through api:
```
curl --location 'http://x:6333/collections/col/points/delete?wait=true' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
-…
-
### Description of the feature you would like to add / User story
As a KKP admin
I would like to create and manage seed clusters in the UI
in order to avoid long installation period without having…
-
I couldnt find any docs so have to ask the question here.
What I am looking for, is to hook into schema object generation.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.m…
-
### Is your feature request related to a problem? Please describe.
Property restrictions (maxLength, minLength, etc) should be used in frontend to e.g. limit text fields (maxLength) and do validati…
-
## Introduction
Currently, the HelmChart CRD supports specifying Chart values via `spec.valuesContent` as a raw string. While effective, this method lacks the ability to leverage YAML syntax checki…
aofei updated
10 months ago
-
## Context
While working with an OpenAPI specification for an endpoint that includes a complex query parameter (an object), I encountered an issue where the object is displayed as a single paramete…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Please provide a documentation on how to validate openapi and swagger documents for the Azure APIM import.
I can't find a way to get the same errors in autorest (e.g.) thrown by the azure api managem…
-
##### Description
I have set the content-types to the entities of my multipart payload in my yaml definition using the 'encoding' field. But content-types does not get applied in the payload when s…
-
When using `fields.DateTime` in a `use_kwargs` it is rendered as string in swagger/openapi.
```
@use_kwargs(
{
'from': fields.DateTime(
format="rfc",
defaul…