mchades commented on code in PR #7334:
URL: https://github.com/apache/gravitino/pull/7334#discussion_r2131339254


##########
docs/open-api/filesets.yaml:
##########
@@ -205,6 +205,55 @@ paths:
         "5xx":
           $ref: "./openapi.yaml#/components/responses/ServerErrorResponse"
 
+  
/metalakes/{metalake}/catalogs/{catalog}/schemas/{schema}/filesets/{fileset}/files:
+    parameters:
+      - $ref: "./openapi.yaml#/components/parameters/metalake"
+      - $ref: "./openapi.yaml#/components/parameters/catalog"
+      - $ref: "./openapi.yaml#/components/parameters/schema"
+      - $ref: "./openapi.yaml#/components/parameters/fileset"
+
+    get:
+      tags:
+        - fileset
+      summary: List files
+      operationId: listFilesetFiles
+      description: List metadata of files and directories in a fileset
+      parameters:
+        - name: sub_path
+          in: query
+          required: false
+          schema:
+            type: string
+            default: "/"
+          description: The sub path within the fileset to list files and 
directories from
+        - name: location_name
+          in: query
+          required: false
+          schema:
+            type: string
+            default: "default"

Review Comment:
   It's default is null



-- 
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]

Reply via email to