UpdateRewardMaxPerUserPerStream
Updates the total maximum amount of redemptions per stream, per user, for the specified reward
Signature
public void UpdateRewardMaxPerUserPerStream(string rewardId, long redeems, bool additive = false)
Parameters
rewardId
string required
No description provided.
redeems
long required
No description provided.
additive
bool
Default:
False
No description provided.
Return Type
void
Example
CPH.UpdateRewardMaxPerUserPerStream(rewardId, redeems);
CPH.UpdateRewardMaxPerUserPerStream(rewardId, redeems, additive);