-
-
Notifications
You must be signed in to change notification settings - Fork 891
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
Subresource in swagger didn't have 'page' field. #1650
Comments
I don't really understand what's the issue here, firstly you are showing us a json-ld return not a swagger one and the page are in the |
Okay, so part of the problem actually is that I've named the subresource operation on my entity The result of some operations made by the core is clearer now, but the final result seems to be the same for the documentation. Meanwhile, the result seems fixed: I can manually do the request with the page parameter. Still, what is happening in |
We had a discussion about pagination with @sroze recently. We thought it would be nice to implement it has filters instead of this custom logic. Anyway, it looks like a bug to me. The Swagger Normalizer probably not handle pagination for resources. |
This issue still hurts my brain to understand it completely. If I use the So, the issue is about *ToMany subresources, with the |
Closing in favor of #2706 |
Although there is enabled pagination:
api-platform/core: v2.1.4
The text was updated successfully, but these errors were encountered: