v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscriptions
Switch product tier
Changes a subscription's product tier to the specified tier.
Important considerations:
- Tier changes take effect immediately
- Billing will be prorated for the remaining period
- Existing add-ons may need to be re-validated
- Some features may be disabled if not available in new tier
patch/subscriptions/{subscriptionId}/tiers/{id}
Path parameters
subscriptionIdstring required
The unique identifier of the subscription to update
idstring uuid required
The identifier of the target product tier
Request body
Example request
{
"interval": "Monthly"
}Response
When request is accepted. Returns a 'Link' object to the subscription.