zda_update_sla_policy
Update an existing Zendesk SLA policy. Preview changes first, then confirm to apply without disrupting live ticket flow.
Instructions
Update an existing Zendesk sla_policy. GUARDED: this object affects live ticket flow. Call without require_confirm to preview the current state; re-call with require_confirm: true to apply. Common fields: title, description, filter {all,any}, policy_metrics (priority/metric/target/business_hours).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric object ID | |
| data | Yes | The resource's fields (passthrough) — e.g. title/name, conditions ({all,any} of {field,operator,value}), actions, etc. Pass the fields directly; do NOT wrap them in a {<resource>: ...} envelope — the server adds that automatically. | |
| require_confirm | No |