Update Custom Field
asana_update_custom_fieldUpdate custom field name, description, or settings in Asana. Adjust number field formatting, precision, and currency code.
Instructions
Update a custom field's name, description, or settings. Note: the type field cannot be changed after creation. To add/update enum options, use asana_create_enum_option or asana_update_enum_option. Returns the updated custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the custom field. | |
| format | No | For `number` fields: display format. One of: `none`, `currency`, `percentage`, `custom`. | |
| precision | No | For `number` fields: decimal places (0-6). | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,type,description,enum_options`. | |
| description | No | New description for the custom field. | |
| custom_label | No | For `number` fields with `custom` format: the label text. | |
| currency_code | No | For `number` fields with `currency` format: ISO 4217 code. | |
| custom_field_gid | Yes | The GID of the custom field to update (numeric string, e.g. `'1234567890123'`). |