Set Max per User Per Stream

Set's the maxmimum number of redeems possible per user per stream

Parameters

Rewardrequired
Select

Select the channel point reward

Redeemsrequired
int

The number of redeems to set, this value can be a variable

Additiverequired
boolean

Whether or not the redeem value is to be added to the Reward's current max per user per stream

Variables

This sub-action does not populate any variables.

C# Usage

Updates the total maximum amount of redemptions per stream, per user, for the specified reward

0.2.4
public void UpdateRewardMaxPerUserPerStream(string rewardId, long redeems, bool additive = false)