AI-generated Key Takeaways
-
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 formatcustomers/*/configurations/*
. -
It utilizes
updateMask
as a required query parameter to specify which fields of theConfiguration
should be updated, following FieldMask format. -
The request body must contain an instance of
Configuration
, and a successful response will also return an instance ofConfiguration
. -
Authorization requires the
https://www.googleapis.com/auth/androidworkzerotouchemm
OAuth scope.
Updates a configuration's field values.
HTTP request
PATCH https://androiddeviceprovisioning.googleapis.com/v1/{configuration.name=customers/*/configurations/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
configuration.name |
Output only. The API resource name in the format |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The field mask applied to the target This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Configuration
.
Response body
If successful, the response body contains an instance of Configuration
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkzerotouchemm
For more information, see the OAuth 2.0 Overview.