이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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. |"]]