We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233c75 commit 599ae03Copy full SHA for 599ae03
core/pagination.md
@@ -221,7 +221,7 @@ use ApiPlatform\Core\Annotation\ApiResource;
221
222
/**
223
* @ApiResource(
224
- * attributes={"maximum_items_per_page"=50}
+ * attributes={"pagination_maximum_items_per_page"=50}
225
* )
226
*/
227
class Book
@@ -241,7 +241,7 @@ use ApiPlatform\Core\Annotation\ApiResource;
241
242
243
* collectionOperations={
244
- * "get"={"maximum_items_per_page"=50}
+ * "get"={"pagination_maximum_items_per_page"=50}
245
* }
246
247
0 commit comments