UpdateRewardMaxPerStream

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

Signature

public bool UpdateReward(string rewardId, string title, string prompt, Int32? cost, string backroundColor)

Parameters

rewardId
string required

No description provided.

title
string

No description provided.

prompt
string

No description provided.

cost
Int32?

No description provided.

backroundColor
string

No description provided.

Return Type

bool

Example

CPH.UpdateReward(rewardId);
CPH.UpdateReward(rewardId, title, prompt, cost, backroundColor);