Skip to content

Commit

Permalink
Update sort-pagination.md (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNvk authored Dec 4, 2023
1 parent 4e40ebc commit 3cd2ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/rest/sort-pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ To paginate results by page, use the following parameters:
| ----------------------- | ------- | ------------------------------------------------------------------------- | ------- |
| `pagination[page]` | Integer | Page number | 1 |
| `pagination[pageSize]` | Integer | Page size | 25 |
| `pagination[withCount]` | Boolean | Adds the total numbers of entries and the number of pages to the response | True |
| `pagination[withCount]` | Boolean | Adds the total numbers of entries and the number of pages to the response | true |

<SideBySideContainer>

Expand Down

1 comment on commit 3cd2ac3

@vercel
Copy link

@vercel vercel bot commented on 3cd2ac3 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.