Update the metadata of the leaderboard configuration with the given ID.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 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. |"]]