Timon
Timon
This PR adds a new section to the [Additional Responses](https://fastapi.tiangolo.com/advanced/additional-responses) page. It documents how to register responses globally, so that they are applied to every endpoint.
This PR updates all occurences of a dead link within the codebase with the correct link. โ https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-parameters-from-openapi โ https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#exclude-from-openapi
In case someone is using FastaAPI as a backend generating a python client. I literally spent hours to resolve this issue: ```bash Exception in thread "main" java.lang.RuntimeException: Error! Codegen Property...
**Is your feature request related to a problem? Please describe.** `exclusiveMinimum` and `exclusiveMaximum` are not yet supported ```json "allocation": { "type": "integer", "exclusiveMaximum": 100, "exclusiveMinimum": 0, "title": "Allocation", } ```...
## Description This PR fixes the ordering of assets within manually created stacks. Previously, stacked assets (burst photos) were displayed in an arbitrary order based on their UUID values, which...