Method: customers.configurations.patch
HTTP 请求
PATCH https://androiddeviceprovisioning.googleapis.com/v1/{configuration.name=customers/*/configurations/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
configuration.name |
string
仅限输出。API 资源名称,格式为 customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID] 。由服务器分配。
|
查询参数
参数 |
updateMask |
string (FieldMask format)
必需。在更新字段之前应用于目标 Configuration 的字段掩码。如需详细了解如何使用字段掩码,请参阅 Protocol Buffers 文档中的 FieldMask。 这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
请求正文
请求正文包含一个 Configuration
实例。
响应正文
如果成功,则响应正文包含一个 Configuration
实例。
授权作用域
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidworkzerotouchemm
如需了解详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-07。
[null,null,["最后更新时间 (UTC):2024-08-07。"],[[["This endpoint updates a configuration's field values using a PATCH request."],["The request URL requires the `configuration.name` as a path parameter in the format `customers/*/configurations/*`."],["It utilizes `updateMask` as a required query parameter to specify which fields of the `Configuration` should be updated, following FieldMask format."],["The request body must contain an instance of `Configuration`, and a successful response will also return an instance of `Configuration`."],["Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],[]]