Update bill
update_billChange a bill's name, amount, currency, due date, or recurrence. Provide the bill identifier and at least one field to update.
Instructions
Changes a bill's name, amount, currency, due date or recurrence. Needs the bill and at least one field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill | Yes | The bill's name or id. | |
| name | No | ||
| amount | No | ||
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| currency | No | ||
| due_date | No | ||
| recurrence | No | ||
| idempotency_key | No | Optional client-chosen key. Repeating a call with the same key returns the original outcome instead of acting twice. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||