mchades commented on issue #5206: URL: https://github.com/apache/gravitino/issues/5206#issuecomment-2434980981
using rest api for metalake example: ```http PATCH http://localhost:8090/api/metalakes/test_metalake Accept: application/vnd.gravitino.v1+json Content-Type: application/json { "inUse": true } ``` and for catalog, Just need to change the path to `/api/metalakes/test_metalake/catalogs/test_catalog` -- 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]
