-
-
Notifications
You must be signed in to change notification settings - Fork 920
Expose Pagination in Swagger UI #2171
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
Expose Pagination in Swagger UI #2171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also check why the tests are red please?
@@ -635,6 +642,20 @@ private function getPaginationParameters(): array | |||
]; | |||
} | |||
|
|||
/** | |||
* Returns enable pagination parameter for the "get" collectionn operation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
collection
00276a8
to
29558f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this improvement. Can you run php-cs-fixer fix
please?
fixes api-platform#2161 Signed-off-by: RJ Garcia <[email protected]>
29558f2
to
ace413d
Compare
Thank you @ragboyjr! |
* Expose Pagination in Swagger UI fixes api-platform#2161 Signed-off-by: RJ Garcia <[email protected]> * Fix CS
* Expose Pagination in Swagger UI fixes api-platform#2161 Signed-off-by: RJ Garcia <[email protected]> * Fix CS
fixes #2161
Signed-off-by: RJ Garcia [email protected]