Rejects a request for an action from a remote Guardian
PUT /external-policies/requests/{messageId}/reject
Updates schema rule
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
messageID
string
Schema Rule Identifier
Response
{
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyDTO'
}
Last updated