maykinmedia / open-klant

Registratiecomponent voor de opslag en ontsluiting van klantgegevens volgens de Klantinteracties API-specificatie.
Other
2 stars 3 forks source link

Redoc: API urls to endpoints aren't correct on the righthand side #248

Closed alextreme closed 1 month ago

alextreme commented 2 months ago

Product versie / Product version

2.1.0

Omschrijf het probleem / Describe the bug

Taiga Utrecht 282

https://openklant.demo.opengem.nl/klantinteracties/api/v1/schema/#tag/klanten-contacten/operation/klantcontactenCreate

The URL points to https://openklant.demo.opengem.nl/klantcontacten/{uuid} however this should be https://openklant.demo.opengem.nl/klantinteracties/api/v1/klantcontacten/{uuid}

image

Stappen om te reproduceren / Steps to reproduce

No response

Verwacht gedrag / Expected behavior

No response

joeribekker commented 1 month ago

Refinement: We assume that the api/v1 part is just always missing, and should be added. Probably other components have this right.