Skip to main content
PATCH
Update subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
planCode
string
required

The code of the subscription plan

Example:

"PREMIUM_MONTHLY"

userEmail
string

The email of the user

Example:

"john.doe@example.com"

userName
string

The name of the user

Example:

"John Doe"

Response

Subscription updated successfully