geruh commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480721494


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -448,6 +476,35 @@ paths:
       summary: List all table identifiers underneath a given namespace
       description: Return all table identifiers under this namespace
       operationId: listTables
+      parameters:
+        - name: pageToken

Review Comment:
   +1
   
   With this we can define some OpenAPI parameter descriptions. for instance, 
if the user supplies a `pageToken` we can ensure the minimum value they set is 
1.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to