cURL
curl --request PATCH \ --url https://api.example.com/api/v1/subscriptions/{subscription_id} \ --header 'Content-Type: application/json' \ --data ' { "plan_id": "<string>", "billing_interval": "<string>" } '
Apply a partial update to a subscription.
Was this page helpful?