put https://{cluster}.voucherify.io/v1/promotions/tiers/
This method updates a promotion tier.
Response
This method updates a promotion tier.
xxxxxxxxxx
18curl --request PUT \
--url https://api.voucherify.io/v1/promotions/tiers/promotionTierId \
--header 'X-Voucherify-Channel: Voucherify Documentation' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"action": {
"discount": {
"type": "AMOUNT"
}
},
"validation_rule_assignments": {
"object": "list",
"data_ref": "data"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: