Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in openapi.yaml #189

Open
frank1230873 opened this issue Feb 28, 2024 · 0 comments
Open

Bugs in openapi.yaml #189

frank1230873 opened this issue Feb 28, 2024 · 0 comments

Comments

@frank1230873
Copy link

I've found a couple of bugs in the openapi description https://github.com/VNG-Realisatie/catalogi-api/blob/develop/src/openapi.yaml

  • besluittype_list: responses.200.content.results has no proper return object defined. Expected: $ref: '#/components/schemas/PaginatedBesluitTypenList'
  • zaaktype_list: responses.200.content.Results has no proper return object defined. Expected: $ref: '#/components/schemas/PaginatedZaakTypenList'
  • zaaktype_retrieve: responses.200.content.results has no proper return object defined. Expected: $ref: '#/components/schemas/ZaakType'
  • zaaktype_partial_update: responses.200.content.results has no proper return object defined. Expected: $ref: '#/components/schemas/ZaakType'
  • zaaktype_destroy: responses.200.content.results has no proper return object defined. Expected: No 200, but a 204 No Content

Maybe it would be good to search this file for the following text: "Unspecified response body".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant