Approve a pending policy entry
POST /api/policy-entries/{entryId}/approve
POST
/api/policy-entries/{entryId}/approve
Approves a policy entry that is in ‘pending_review’ status. Once approved, the AI will enforce this rule during conversation processing.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entryId
required
string format: uuid
The unique identifier of the policy entry to approve.
Responses
Section titled “ Responses ”The policy entry is now approved and enforced.
Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).
object
ok
required
Always true on success.
boolean
Example
trueNo policy entry exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
error
required
A human-readable error message describing what went wrong.
string
Example
Conversation not found