Skip to content

Commit 16a017b

Browse files
authored
fix: partial pagination parameter updated in 3 (#1778)
1 parent 9618dcc commit 16a017b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/performance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,8 @@ If you don't mind not having the last page available, you can enable partial pag
343343
```yaml
344344
# api/config/packages/api_platform.yaml
345345
api_platform:
346-
collection:
347-
pagination:
348-
partial: true # Disabled by default
346+
defaults:
347+
pagination_partial: true # Disabled by default
349348
```
350349

351350
More details are available on the [pagination documentation](pagination.md#partial-pagination).

0 commit comments

Comments
 (0)