UpdateReward

C# Methods Reference

public bool UpdateReward(string rewardId, string title, string prompt, Int32? cost, string backroundColor)
rewardId
string required
title
string
prompt
string
cost
Int32?
backroundColor
string
bool
CPH.UpdateReward(rewardId);
CPH.UpdateReward(rewardId, title, prompt, cost, backroundColor);