curl -X PUT \
/coupons/{id}/toggle \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"isEnabled": "1"
}'This response has no body data.Toggle a coupon.
Required permissions:coupon:writecurl -X PUT \
/coupons/{id}/toggle \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"isEnabled": "1"
}'This response has no body data.War diese Seite hilfreich?