Change the lifecycle status of a policy. Status changes may require approval depending on organization settings.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | Policy UUID to update |
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | New policy status |
| Status | Description |
|---|---|
| DRAFT | Under development, not enforced |
| PENDING_APPROVAL | Submitted for approval, awaiting votes |
| ACTIVE | Currently enforced on matching transactions |
| INACTIVE | Disabled but preserved (can be reactivated) |
| ARCHIVED | Historical record only, cannot be reactivated |
Note: To submit a policy for approval, use the /submit-for-approval endpoint instead of this status PATCH.
policies:edit
Change the lifecycle status of a policy. Status changes may require approval depending on organization settings.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | Policy UUID to update |
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | New policy status |
| Status | Description |
|---|---|
| DRAFT | Under development, not enforced |
| PENDING_APPROVAL | Submitted for approval, awaiting votes |
| ACTIVE | Currently enforced on matching transactions |
| INACTIVE | Disabled but preserved (can be reactivated) |
| ARCHIVED | Historical record only, cannot be reactivated |
Note: To submit a policy for approval, use the /submit-for-approval endpoint instead of this status PATCH.
policies:edit