set_budget_thresholds
Set the organization-level budget alert thresholds. budget_warning_threshold_percent is the utilization % at which a project is flagged At-Risk; budget_critical_threshold_percent is the % at which it is flagged Over-Budget. The warning threshold must be strictly less than the critical threshold. Supply one or both — only the fields you provide are changed (PATCH semantics). The organization is fixed by your context — never pass an organization id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| budget_warning_threshold_percent | No | Utilization % at which a project is flagged At-Risk (must be less than the critical threshold, 1-99). | |
| budget_critical_threshold_percent | No | Utilization % at which a project is flagged Over-Budget (must be greater than the warning threshold, 2-100). |