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


##########
server/src/main/java/org/apache/gravitino/server/web/rest/ModelOperations.java:
##########
@@ -662,6 +673,86 @@ public Response alterModel(
     }
   }
 
+  @GET
+  @Path("{model}/versions/{version}/uri")

Review Comment:
   I would suggest to use path parameter, rather than query parameter for uri 
name, like `versions/{version}/uris/{uriName}`.



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