-
If a method is defined with http_method GET and the method has a message or resource container as the request body, and that request body has fields which aren't in the resource container, a strange a…
-
Hey,
for OpenAPI 3.x specs there is the possibility to declare multiple responses for one specific response code, as per example here:
```
openapi: 3.0.0
...
paths:
/path:
get:
r…
-
### Environment
* Python version: 3.9
* Nautobot version: 1.3.7
### Steps to Reproduce
1. Try to use either of those API calls with the live API documentation
2. Fail with a 400 Bad Request…
-
SDK Version: 2.1.1
As the interface CollectionItemFieldData doesn't have a field for fieldData, the serializer strips all custom fields.
This makes the library almost useless, as you can't update …
-
h3. Description
[Reported in support ticket ref: *#SWAG-249173*]
When accessing the endpoint {{/store-api/customized-products/price-detail}} , an error occurs:
{noformat}"errors": [
{
"code":…
-
I am linking [kubectl generate KEP WIP document](https://docs.google.com/document/d/1dYCFfy-elbF6IhD7K7jW2uSfPrPXg-Odqg_tp7NWrIM) so that we can finalize the design and architecture and start building…
-
### Is your feature request related to a problem? Please describe.
Hi folks, is there any way to generate a (type:string,format:uuid) as go-type "uuid.UUID"?
Yaml-Definition:
```yaml
thing_i…
-
Every field is optional in generated types regardless of settings in Directus.
Any idea why?
stpoa updated
5 months ago
-
### Bug summary
I expect a request to`/flows/paginate` to return a (potentially empty) array of Flows.`Flow` inherits from `IDBaseModel` which uses a `default_factory` to assign UUIDs on _write_, so …
-
# Enhancement Description
- One-line enhancement description (can be used as a release note): Add metadata to API files (types.go) to indicate when fields are governed by a feature gate.
- Kuberne…