Events: resetMultipleForAllPlayers
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yetkilendirme gerektiriyor
Tüm oyuncular için belirtilen kimliklere sahip etkinlikleri sıfırlar. Bu yöntem yalnızca geliştirici konsolunuzdaki kullanıcı hesapları tarafından kullanılabilir. Yalnızca taslak etkinlikler sıfırlanabilir.
İstek
HTTP isteği
POST https://www.googleapis.com/games/v1management/events/resetMultipleForAllPlayers
Yetkilendirme
Bu istek, aşağıdaki kapsamla yetkilendirme gerektiriyor (kimlik doğrulama ve yetkilendirme hakkında daha fazla bilgi edinin).
Kapsam |
https://www.googleapis.com/auth/games |
İstek içeriği
İstek gövdesinde, verileri aşağıdaki yapıyla sağlayın:
{
"kind": "gamesManagement#eventsResetMultipleForAllRequest",
"event_ids": [
string
]
}
Mülk adı |
Değer |
Açıklama |
Notlar |
kind |
string |
Bu kaynağın türünü benzersiz bir şekilde tanımlar. Değer her zaman sabit gamesManagement#eventsResetMultipleForAllRequest dizesidir. |
|
event_ids[] |
list |
Sıfırlanacak etkinliklerin kimlikleri. |
|
Yanıt
Başarılı olursa bu yöntem boş bir yanıt gövdesi döndürür.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[null,null,["Son güncelleme tarihi: 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."]]