Aggiorna i metadati della configurazione della classifica con l'ID specificato.
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2025-07-27 UTC.
[null,null,["Ultimo aggiornamento 2025-07-27 UTC."],[],[],null,["# API Reference\n\nThis API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.\n\nResource types\n--------------\n\n1. [AchievementConfigurations](#AchievementConfigurations)\n2. [ImageConfigurations](#ImageConfigurations)\n3. [LeaderboardConfigurations](#LeaderboardConfigurations)\n\nAchievementConfigurations\n-------------------------\n\nFor AchievementConfigurations Resource details, see the [resource representation](/games/services/publishing/api/achievementConfigurations#resource) page.\n\n| Method | HTTP request | Description |\n|---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/games/v1configuration, unless otherwise noted |||\n| [delete](/games/services/publishing/api/achievementConfigurations/delete) | `DELETE /achievements/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eachievementId\u003c/var\u003e | Delete the achievement configuration with the given ID. |\n| [get](/games/services/publishing/api/achievementConfigurations/get) | `GET /achievements/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eachievementId\u003c/var\u003e | Retrieves the metadata of the achievement configuration with the given ID. |\n| [insert](/games/services/publishing/api/achievementConfigurations/insert) | `POST /applications/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eapplicationId\u003c/var\u003e`/achievements` | Insert a new achievement configuration in this application. |\n| [list](/games/services/publishing/api/achievementConfigurations/list) | `GET /applications/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eapplicationId\u003c/var\u003e`/achievements` | Returns a list of the achievement configurations in this application. |\n| [update](/games/services/publishing/api/achievementConfigurations/update) | `PUT /achievements/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eachievementId\u003c/var\u003e | Update the metadata of the achievement configuration with the given ID. |\n\nImageConfigurations\n-------------------\n\nFor ImageConfigurations Resource details, see the [resource representation](/games/services/publishing/api/imageConfigurations#resource) page.\n\n| Method | HTTP request | Description |\n|---------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/games/v1configuration, unless otherwise noted |||\n| [upload](/games/services/publishing/api/imageConfigurations/upload) | `POST` `https://www.googleapis.com/upload/games/v1configuration/images/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eresourceId\u003c/var\u003e`/imageType/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eimageType\u003c/var\u003e | | **Deprecated:** This API is deprecated and is being removed, so you shouldn't use it. Attempting to use this API causes errors. Uploads an image for a resource with the given ID and image type. |\n\nLeaderboardConfigurations\n-------------------------\n\nFor LeaderboardConfigurations Resource details, see the [resource representation](/games/services/publishing/api/leaderboardConfigurations#resource) page.\n\n| Method | HTTP request | Description |\n|---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/games/v1configuration, unless otherwise noted |||\n| [delete](/games/services/publishing/api/leaderboardConfigurations/delete) | `DELETE /leaderboards/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eleaderboardId\u003c/var\u003e | Delete the leaderboard configuration with the given ID. |\n| [get](/games/services/publishing/api/leaderboardConfigurations/get) | `GET /leaderboards/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eleaderboardId\u003c/var\u003e | Retrieves the metadata of the leaderboard configuration with the given ID. |\n| [insert](/games/services/publishing/api/leaderboardConfigurations/insert) | `POST /applications/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eapplicationId\u003c/var\u003e`/leaderboards` | Insert a new leaderboard configuration in this application. |\n| [list](/games/services/publishing/api/leaderboardConfigurations/list) | `GET /applications/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eapplicationId\u003c/var\u003e`/leaderboards` | Returns a list of the leaderboard configurations in this application. |\n| [update](/games/services/publishing/api/leaderboardConfigurations/update) | `PUT /leaderboards/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eleaderboardId\u003c/var\u003e | Update the metadata of the leaderboard configuration with the given ID. |"]]