Method: grants.patch
HTTP 请求
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/{grant.name=developers/*/users/*/grants/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
grant.name |
string
必需。此授权的资源名称,遵循格式“developers/{developer}/users/{email}/grants/{packageName}”。如果此授权针对的是草稿应用,则此资源名称中将使用应用 ID,而非软件包名称。
|
查询参数
参数 |
updateMask |
string (FieldMask format)
可选。要更新的字段列表。 这是以逗号分隔的完全限定字段名称列表。示例:"user.displayName,photo" 。
|
响应正文
如果成功,则响应正文包含一个 Grant
实例。
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Updates a user's access to a specific package within the Google Play Developer API."],["The request must specify the grant resource name using a specific pattern, which includes the developer ID, user email, and package name or app ID for draft apps."],["Optionally, a field mask can be provided to specify which fields of the grant should be updated."],["The request and response bodies both utilize the `Grant` object to represent the user's access permissions."],["Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],[]]