次の方法で共有


ResetReputation (JSON)

ユーザーの既存のスコアの変更先となる新しい基本評判スコアを格納します。

ResetReputation

ResetReputation オブジェクトの仕様は次のとおりです。

メンバー 種類 説明
fairplayReputation number ユーザーの目的の新しい基本 Fairplay (フェアプレイ) 評判スコア (有効範囲は 0 ~ 75)。
commsReputation number ユーザーの目的の新しい基本 Comms (コミュニケーション) 評判スコア (有効範囲は 0 ~ 75)。
userContentReputation number ユーザーの目的の新しいベース UserContent (ユーザー コンテンツ) 評判スコア (有効範囲は 0 ~ 75)。

JSON 構文の例

{
    "fairplayReputation": 75,
    "commsReputation": 75,
    "userContentReputation": 75
}
    

関連項目

JavaScript Object Notation (JSON) オブジェクト リファレンス