Players: hide
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memerlukan otorisasi
Menyembunyikan skor papan peringkat pemain tertentu dari aplikasi tertentu. Metode ini hanya tersedia untuk akun pengguna di Konsol Play Anda.
Minta
Permintaan HTTP
POST https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId
Parameter
Nama parameter |
Nilai |
Deskripsi |
Parameter jalur |
applicationId |
string |
ID aplikasi dari Konsol Google Play.
|
playerId |
string |
ID pemain. Nilai me dapat digunakan sebagai pengganti ID pemain yang diautentikasi.
|
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,["# Players: hide\n\n**Requires [authorization](#auth)**\n\nHide the given player's leaderboard scores from the given application. This method is only available to user accounts for your Play Console.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|-------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `applicationId` | `string` | The application ID from the Google Play Console. |\n| `playerId` | `string` | A player ID. A value of `me` may be used in place of the authenticated player's ID. |\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."]]