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

NameTypeDescription

*

String

Object that contains policy configuration

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

Last updated