Rejects a request for an action from a remote Guardian
PUT /external-policies/requests/{messageId}/rejectUpdates schema ruleHeaders
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
messageID
string
Schema Rule IdentifierResponse
{
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyDTO'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousApproves a request for an action from a remote GuardianNextReturn a count of policy requests
Last updated
Was this helpful?