upgrade_subscription
Convert your free todo management account to a paid plan to access premium features and remove usage limits.
Instructions
Upgrade user subscription to paid plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | Yes | Authentication token from Kinde |
Input Schema (JSON Schema)
{
"properties": {
"authToken": {
"description": "Authentication token from Kinde",
"type": "string"
}
},
"required": [
"authToken"
],
"type": "object"
}