UpdateRewardTitle
C# Methods Reference
Signature
public bool UpdateRewardTitle(string rewardId, string title)
Parameters
rewardId
string required
No description provided.
title
string required
No description provided.
Return Type
bool
Example
CPH.UpdateRewardTitle(rewardId, title);