nastra commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1492044979
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1581,6 +1616,12 @@ components:
type: string
example: [ "accounting", "tax" ]
+ NextPageToken:
+ description:
+ An opaque next page token, when non-null and non-empty this indicates
that more results can be returned by server.
Review Comment:
```suggestion
An opaque next page token, indicating that more results can be
returned by the server. The value of NextPageToken must be provided via the
pageToken query parameter in the following request to fetch the next page.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]