Changing the subscription renewal quantity
Learn how to change the quantity of the renewed subscription.
curl --location --request POST 'https://{host}/v1/subscriptions/{subscriptionId}/renewal-quantity' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ***' \
--data-raw '{
"renewalQuantity": 2
}'Last updated