Approves a request for an action from a remote Guardian
PUT /external-policies/requests/{messageId}/approve
Updates schema rule configuration for the specified rule ID.
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