update_subscription
Update an existing subscription by modifying its name, category, amount, billing cycle, dates, payment method, usage type, status, or notes.
Instructions
Update an existing subscription
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Subscription ID | |
| name | No | New name | |
| category | No | New category | |
| amount | No | New amount | |
| currency | No | New currency | |
| billing_cycle | No | New billing cycle | |
| start_date | No | New start date (YYYY-MM-DD) | |
| next_billing_date | No | New next billing date (YYYY-MM-DD) | |
| payment_method | No | New payment method | |
| usage_type | No | New usage type | |
| status | No | New status | |
| notes | No | Freeform notes; pass null to clear |