AchievementConfigurations: insert
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
需要授权
在此应用中插入新的成就配置。
请求
HTTP 请求
POST https://www.googleapis.com/games/v1configuration/applications/applicationId/achievements
参数
参数名称 |
值 |
说明 |
路径参数 |
applicationId |
string |
Google Play 管理中心中的应用 ID。
|
授权
此请求需要获得以下范围的授权(详细了解身份验证和授权)。
范围 |
https://www.googleapis.com/auth/androidpublisher |
请求正文
在请求正文中,请提供一项 AchievementConfigurations 资源。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# AchievementConfigurations: insert\n\n**Requires [authorization](#auth)**\n\nInsert a new achievement configuration in this application.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/games/v1configuration/applications/applicationId/achievements\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\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/androidpublisher` |\n\n### Request body\n\nIn the request body, supply an [AchievementConfigurations resource](/games/services/publishing/api/achievementConfigurations#resource).\n\nResponse\n--------\n\nIf successful, this method returns an [AchievementConfigurations resource](/games/services/publishing/api/achievementConfigurations#resource) in the response body."]]