Skip to main content
Version: Next

Enable or disable a policy

PATCH 

/metalakes/:metalake/policies/:policy

Enable or disable a policy in the specified metalake

Request​

Path Parameters

    metalake stringrequired

    The name of the metalake

    policy stringrequired

    The name of the policy

Body

    enable boolean

    Whether to enable or disable the policy

Responses​

Represents a response for a base operation

Schema

    code int32required

    Possible values: [0]

    Status code of the response

Loading...