-
Notifications
You must be signed in to change notification settings - Fork 19
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
gdv-xport-service POST routes have too many arguments #45
Comments
It looks like a misuse of the Swagger annotations in DatenpaketController. I will take a look to it at the weekend. |
oboehm
pushed a commit
that referenced
this issue
Jun 5, 2020
The swagger documentation is now updated on the dev develop branch. Also the Dockerfile and POM was updated to build it via Docker. |
v4.1.0 is out where Swagger documentation is fixed - see release notes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Looking at the Swagger UI, two routes seem to have too many arguments:
From what I understand, both of them should accept
text
and the datenpaket route should also acceptformat
. However, the also accept two morebody
arguments. I have attached a screenshot for clarity:I believe something is wrong in the Swagger specification but am not able to locate it (when we work with OpenAPI, we usually define an app.yml file).
Would be awesome, if you could take a look at it! 😃
The text was updated successfully, but these errors were encountered: