From 3cd2ac34476e78c9535d6e43d73bd76a77e5c9d0 Mon Sep 17 00:00:00 2001 From: Max Novikov Date: Mon, 4 Dec 2023 01:44:10 -0800 Subject: [PATCH] Update sort-pagination.md (#1936) --- docusaurus/docs/dev-docs/api/rest/sort-pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md index 4b13cbe959..c2c0483f2d 100644 --- a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md +++ b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md @@ -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 |