Achievements: resetForAllPlayers
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memerlukan otorisasi
Mereset pencapaian dengan ID yang diberikan untuk semua pemain. Metode ini hanya tersedia untuk akun pengguna di konsol developer Anda. Hanya pencapaian draf yang dapat direset.
Minta
Permintaan HTTP
POST https://www.googleapis.com/games/v1management/achievements/achievementId/resetForAllPlayers
Parameter
Nama parameter |
Nilai |
Deskripsi |
Parameter jalur |
achievementId |
string |
ID pencapaian yang digunakan oleh metode ini.
|
Otorisasi
Permintaan ini memerlukan otorisasi dengan cakupan berikut (baca selengkapnya tentang autentikasi dan otorisasi).
Cakupan |
https://www.googleapis.com/auth/games |
Isi permintaan
Jangan berikan isi permintaan dengan metode ini.
Respons
Jika berhasil, metode ini akan menampilkan isi respons kosong.
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-27 UTC."],[],[],null,["# Achievements: resetForAllPlayers\n\n**Requires [authorization](#auth)**\n\nResets the achievement with the given ID for all players. This method is only available to user accounts for your developer console. Only draft achievements can be reset.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/games/v1management/achievements/achievementId/resetForAllPlayers\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|------------------------------------------------|\n| **Path parameters** |||\n| `achievementId` | `string` | The ID of the achievement used by this method. |\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\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]