zda_update_ticket_form
Update an existing Zendesk ticket form by providing its ID and fields such as name, display name, ticket field IDs, active status, and end user visibility.
Instructions
Update an existing Zendesk ticket_form. Common fields: name, display_name, ticket_field_ids (ordered), active, end_user_visible.
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 |