Events: resetMultipleForAllPlayers
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認証が必要です
すべてのプレーヤーの指定された ID のイベントをリセットします。この方法は、デベロッパー コンソールのユーザー アカウントでのみ使用できます。リセットできるのは下書きのイベントのみです。
リクエスト
HTTP リクエスト
POST https://www.googleapis.com/games/v1management/events/resetMultipleForAllPlayers
承認
このリクエストには、次のスコープによる認証が必要です(認証と承認の詳細をご確認ください)。
範囲 |
https://www.googleapis.com/auth/games |
リクエストの本文
リクエストの本文には、以下の構造を使用してデータを指定してください。
{
"kind": "gamesManagement#eventsResetMultipleForAllRequest",
"event_ids": [
string
]
}
プロパティ名 |
値 |
説明 |
備考 |
kind |
string |
このリソースのタイプを一意に識別します。値は常に固定文字列 gamesManagement#eventsResetMultipleForAllRequest です。 |
|
event_ids[] |
list |
リセットするイベントの ID。 |
|
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Events: resetMultipleForAllPlayers\n\n**Requires [authorization](#auth)**\n\nResets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/games/v1management/events/resetMultipleForAllPlayers\n```\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|-----------------------------------------|\n| `https://www.googleapis.com/auth/games` |\n\n### Request body\n\nIn the request body, supply data with the following structure:\n\n```scdoc\n{\n \"kind\": \"gamesManagement#eventsResetMultipleForAllRequest\",\n \"event_ids\": [\n string\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|-------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#eventsResetMultipleForAllRequest`. | |\n| `event_ids[]` | `list` | The IDs of events to reset. | |\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]