cURL
curl --request PATCH \ --url https://api.quiva.ai/accounts/payment/subscription \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "id": "si_1234567890", "quantity": 2 } ] } '
{ "data": {} }
Updates the current subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Subscription updated successfully
Stripe subscription object