diff --git a/docs/src/namespace/supported-catalogs/lance-rest.md b/docs/src/namespace/supported-catalogs/lance-rest.md index 585beab8..7aa55a58 100644 --- a/docs/src/namespace/supported-catalogs/lance-rest.md +++ b/docs/src/namespace/supported-catalogs/lance-rest.md @@ -124,11 +124,11 @@ The implementation: ```json { "namespaces": ["analytics", "ml", "reporting"], - "next_page_token": "abc123" + "page_token": "abc123" } ``` -The `next_page_token` field is only present if there are more results. +The `page_token` field is only present if there are more results. **Error Handling:** @@ -283,11 +283,11 @@ The implementation: ```json { "tables": ["users", "orders", "products"], - "next_page_token": "def456" + "page_token": "def456" } ``` -The `next_page_token` field is only present if there are more results. +The `page_token` field is only present if there are more results. **Error Handling:**