Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài liệu tham khảo API này được sắp xếp theo loại tài nguyên. Mỗi loại tài nguyên có một hoặc nhiều cách biểu diễn dữ liệu và một hoặc nhiều phương thức.
Cập nhật siêu dữ liệu của cấu hình bảng xếp hạng bằng mã nhận dạng cho sẵn.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. |"]]