Approves a request for an action from a remote Guardian
PUT /external-policies/requests/{messageId}/approveUpdates 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 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'
}Last updated
Was this helpful?