update_subscription
Partially update an existing subscription; only the fields provided are changed, everything else is left as-is. For renewalCronExpression and notes, sending an empty string clears the stored value rather than leaving it unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the subscription to update. | |
| fee | No | The recurring charge for this subscription. Omit to leave unchanged. | |
| name | No | Display name of the subscription. Omit to leave unchanged. | |
| notes | No | Free-text notes about the subscription. Omit to leave unchanged, or send an empty string to clear the notes. | |
| status | No | New lifecycle status for the subscription. Omit to leave unchanged. | |
| remindMe | No | Whether to send renewal reminders for this subscription | |
| renewalCronExpression | No | Cron expression describing how often the subscription renews. Must not repeat more frequently than once a day. Omit to leave unchanged, or send an empty string to clear the renewal schedule. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |