n8n_update_variable
Update an existing n8n variable by specifying its ID and optionally changing its key, type, or value. Use this to modify variable attributes without recreating them.
Instructions
Actualizar una variable existente.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Nueva clave (opcional). | |
| type | No | Nuevo tipo (opcional). | |
| value | No | Nuevo valor (opcional). | |
| variable_id | Yes | ID de la variable. |