tickerbot_update_custom_signal
Edit or rename your custom signal by updating its expression, description, or name. Revalidates expressions against the live column whitelist; built-in signals are read-only.
Instructions
Edit one of the caller's custom signals — supply expr, description, new_name, or any combination. Providing expr recompiles it against the live column whitelist. Renaming is refused (409) while other custom signals reference the current name. Built-in signals are read-only; only custom signals the caller owns can be patched. Available on every plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | No | New SQL WHERE expression. Re-validated on save. | |
| name | Yes | CURRENT slug — identifies which signal to edit. | |
| new_name | No | Rename the signal to this slug (snake_case, must not collide with a built-in column or another of your signals). | |
| description | No | New description. |