Skip to main content
Version: 0.7.0-incubating

set metalake in-use

PATCH 

http://localhost:8090/api/metalakes/:name

Set a specified metalake in-use or not in-use

Request

Path Parameters

    name stringrequired

    The name of the metalake to retrieve

Body

    inUse booleanrequired

    The in-use status of the metalake to set

Responses

Represents a response for a base operation

Schema

    code int32required

    Possible values: [0]

    Status code of the response


Request Collapse all
Base URL
http://localhost:8090/api
Auth
Parameters
— pathrequired
Body
{
  "inUse": true
}
ResponseClear

Click the Send API Request button above and see the response here!