Toggle the active status of an approval policy
Approval Policies
Toggle the active status of an approval policy
Sets the isActive flag on an approval policy. This is the only way to activate or deactivate a policy — isActive is not editable via PUT /api/approval-policies/{id}. Returns 404 when the policy does not exist or belongs to another organization. Requires intelligenceLayer.configure permission.
PATCH
Toggle the active status of an approval policy
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
Unique identifier of the approval policy (UUID)
Minimum string length:
1Body
application/json
The desired active state — true to activate, false to deactivate

