Open anna-ritense opened 1 month ago
2.1.0+
The filter parameters described for the GET /pratij-identificatoren query are incorrect.
Actual filter parameters as seen in the code here are different.
There might be a serialization issue where snake_case is turned into camelCase when generating the openapi.yaml
curl -X GET --location "http://localhost:{{PORT}}/klantinteracties/api/v1/partij-identificatoren?partijIdentificatorCodeSoortObjectId={{BSN}}" \ -H "Content-Type: application/json" \ -H "Authorization: Token {{TOKEN}}"
It is really difficult and costly to implement an API spec that is wrong. This holds back adoption and causes frustration for those that do wish to use OpenKlant 2.X.X.
Product versie / Product version
2.1.0+
Omschrijf het probleem / Describe the bug
The filter parameters described for the GET /pratij-identificatoren query are incorrect.
Actual filter parameters as seen in the code here are different.
There might be a serialization issue where snake_case is turned into camelCase when generating the openapi.yaml
Stappen om te reproduceren / Steps to reproduce
Verwacht gedrag / Expected behavior
It is really difficult and costly to implement an API spec that is wrong. This holds back adoption and causes frustration for those that do wish to use OpenKlant 2.X.X.