-
-
Notifications
You must be signed in to change notification settings - Fork 528
Spring Data Rest: Wrong schema for request body in association controllers #1082
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
Labels
bug
Something isn't working
Comments
Agree :) |
bnasslahsen
added a commit
that referenced
this issue
Mar 2, 2021
This was referenced Mar 16, 2021
Closed
This was referenced Mar 17, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When generating api-doc for association controllers (e.g.
GET /doctors/{id}/clinics
) the schema for thetext/uri-list
content type should not be a CollectionModel.To Reproduce
Spring Boot: 2.4.1
Springdoc: 1.5.5
Expected behavior
I am not entirely sure what would be the correct way to represent
text/uri-list
. Probably as a string?!The text was updated successfully, but these errors were encountered: