Change Subscription Plan
POST /v1/billing/subscription/change-plan
Change the user's subscription plan.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/ChangeSubscriptionPlanRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/SubscriptionResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}