jerryshao commented on code in PR #6921:
URL: https://github.com/apache/gravitino/pull/6921#discussion_r2053398407
##########
docs/manage-model-metadata-using-gravitino.md:
##########
@@ -519,6 +629,237 @@ model_version: ModelVersion =
catalog.as_model_catalog().get_model_version_by_al
</TabItem>
</Tabs>
+### Alter a ModelVersion
+
+You can modify a modelVersion's metadata (e.g. update uri, update comment, or
modify properties)
+by
+sending a `PUT` request to the
`/api/metalakes/{metalake_name}/catalogs/{catalog_name}/schemas/
Review Comment:
Can you merge this two lines together, line 635 only has one word.
--
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]