PUT /policies/{policyId}
Updates policy configuration for the specified policy ID. Only users with the Standard Registry role are allowed to make the request.
policyID*
String
Selected policy ID
*
application/json
Object that contains policy configuration
{
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyConfig'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}