Updates fields of an existing user subscription. This may include billing cycle, status, auto-renewal settings, etc.
The unique ID of the subscription to update.
"sub_67890"
The ID of the user whose subscription is being updated.
"user_12345"
Toggle for auto-renewal setting.
false
New billing cycle if being changed. Accepted values: 'monthly', 'yearly'.
"monthly"
Set subscription status. Example values: 'active', 'paused', 'cancelled'.
"paused"
Subscription successfully updated