Closed mchades closed 3 weeks ago
using rest api for metalake example:
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
Describe the subtask
Since we add disable/enable metalake/catalog API in server, we should also add the button to Web UI
Parent issue
5031