Rejects policy Asynchronously
POST /external-policies/push/{messageId}/reject
Rejects 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