Approves policy Asynchronously
POST /external-policies/push/{messageId}/approveApproves 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'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated