-
Notifications
You must be signed in to change notification settings - Fork 87
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
remove _page parameter from master data pagination guide #1594
Conversation
Navigation Preview LinkNo changes detected in the navigation.json file |
@@ -69,8 +68,6 @@ Example of an initial request: | |||
|
|||
>ℹ️ You can only define the page size in the first request. It cannot be changed in subsequent requests. | |||
|
|||
To obtain the next pages, you can choose between retrieving subsequent pages or retrieving a specific page. See details about each option in the following sections. | |||
|
|||
### Retrieving subsequent pages |
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.
[markdownlint] reported by reviewdog 🐶
MD024/no-duplicate-heading Multiple headings with the same content [Context: "### Retrieving subsequent page..."]
Request to retrieve a specific page: | ||
|
||
`GET /api/dataentities/{data_entity}/scroll?_token={X-VTEX-MD-TOKEN}&_page={page_number}` | ||
|
||
### Checking if more pages are available |
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.
[markdownlint] reported by reviewdog 🐶
MD024/no-duplicate-heading Multiple headings with the same content [Context: "### Checking if more pages are..."]
Preview LinksOpen this URL to set up the portal with this branch changes. You can now access the edited pages with the following URLs: |
EDU-13875
Types of changes