AI-generated Key Takeaways
- 
          The PATCH request updates a SubpropertySyncConfig.
- 
          The URL uses gRPC Transcoding syntax and requires the subpropertySyncConfig.namepath parameter.
- 
          The updateMaskquery parameter can be used to specify which fields to update.
- 
          Both the request and response bodies contain an instance of SubpropertySyncConfig.
- 
          The request requires the https://www.googleapis.com/auth/analytics.editOAuth scope for authorization.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a SubpropertySyncConfig.
HTTP request
PATCH https://analyticsadmin.googleapis.com/v1alpha/{subpropertySyncConfig.name=properties/*/subpropertySyncConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| subpropertySyncConfig.name | 
 Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 | 
Query parameters
| Parameters | |
|---|---|
| updateMask | 
 Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. This is a comma-separated list of fully qualified names of fields. Example:  | 
Request body
The request body contains an instance of SubpropertySyncConfig.
Response body
If successful, the response body contains an instance of SubpropertySyncConfig.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/analytics.edit