Approves policy Asynchronously

POST /external-policies/push/{messageId}/approve
Approves policy for the specified policy ID.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

messageId

string

Policy Message ID

Response

{
 description: Successful operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TaskDTO'
}

Last updated