- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.
1.1.4
- Added proper Content-Disposition headers to the `GET /v1/rapporten/{id}` and `GET /v1/facturen/{id}` endpoints with the correct filename. - Fix Mime Types for the `GET /v1/configuratie/callbacks` and `POST /v1/configuratie/callbacks` endpoints to only be `application/json`. - Fix
1.1.3
- Add 402 (Payment required) and 422 (Unprocessable entity) as potential response for `PATCH /v1/waarderingen/{id}`.
1.1.2
- Fixed response type for `GET /v1/geldverstrekkers/{productType}` endpoint.
1.1.1
- Added `GET /v1/geldverstrekkers/{productType}` endpoint. - Restored all `ProblemDetails` models.
1.0.2
- Fixed `GET /api/v1/bodem/{id}` endpoint path parameter description, query parameter was never meant to be there.