This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new de9d8ef1a5 Update REST Spec to include warehouse param (#6666)
de9d8ef1a5 is described below

commit de9d8ef1a5d1707631fee53c70b36b882960983c
Author: Daniel Weeks <[email protected]>
AuthorDate: Wed Jan 25 09:52:28 2023 -0800

    Update REST Spec to include warehouse param (#6666)
    
    * Update REST Spec to include warehouse param
    
    * Reorder properties to match existing document
---
 open-api/rest-catalog-open-api.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/open-api/rest-catalog-open-api.yaml 
b/open-api/rest-catalog-open-api.yaml
index d04335034a..d3f3a44890 100644
--- a/open-api/rest-catalog-open-api.yaml
+++ b/open-api/rest-catalog-open-api.yaml
@@ -69,6 +69,13 @@ paths:
         - Configuration API
       summary: List all catalog configuration settings
       operationId: getConfig
+      parameters:
+        - name: warehouse
+          in: query
+          required: false
+          schema:
+            type: string
+          description: Warehouse location or identifier to request from the 
service
       description:
         "
         All REST clients should first call this route to get catalog 
configuration

Reply via email to