Updates Policy Configuration

UPDATES POLICY CONFIGURATION

Updates policy configuration

PUT /policies/{policyId}

Updates policy configuration for the specified policy ID. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyID*

String

Selected policy ID

Request Body

NameTypeDescription

*

application/json

Object that contains policy configuration

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyConfig'
}

Last updated