jerryshao commented on code in PR #6084:
URL: https://github.com/apache/gravitino/pull/6084#discussion_r1901506925


##########
docs/open-api/roles.yaml:
##########
@@ -386,4 +386,20 @@ components:
       value: {
         "code": 0,
         "names": [ "user1", "user2" ]
-      }
\ No newline at end of file
+      }
+  parameters:
+    metadataObjectTypeOfRole:
+      name: metadataObjectType
+      in: path
+      description: The type of the metadata object
+      required: true
+      schema:
+        type: string
+        enum:
+          - "METALAKE"
+          - "CATALOG"
+          - "SCHEMA"
+          - "TABLE"
+          - "FILESET"
+          - "TOPIC"
+          - "MODEL"

Review Comment:
   Model is not supported yet, better to remove it for now.



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