pipedrive_update_deal_field_options
Update option labels for a deal enum or set field in bulk, with atomic failure if any option ID is missing.
Instructions
Bulk-update option labels of a deal enum/set field. Atomic: the whole request fails if any option ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Options to update (at least one). Atomic: the whole request fails if any option ID does not exist. | |
| field_code | Yes | The field_code (40-char hash for custom fields) from the field create/list response. NOT the human field name. |