Creates new Policy
Creates a new policy
POST /policies/push
Creates a new policy. Only users with the Standard Registry role are allowed to make the request.
Request Body
Name
Type
Description
*
String
Object that contains policy configuration
{
content:
application/json:
schema:
$ref: '#/components/schemas/Task'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated