wetrack_update_metadata_field
Update an existing metadata field's label, helper text, required status, or select options in WeTrack projects. Use to modify field definitions without recreating them.
Instructions
Update an existing metadata field definition.
Args: field_id: Integer ID of the metadata field. label: New field label (required). helper_text: New helper text. is_required: New required state. options: New options list for SELECT/MULTI_SELECT fields: [{"label": "...", "value": "..."}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| options | No | ||
| field_id | Yes | ||
| helper_text | No | ||
| is_required | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |