- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Updates the user's settings details.
HTTP request
PATCH https://health.googleapis.com/v4/{settings.name=users/*/settings}
The URL uses gRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog
Path parameters
| Parameters | |
|---|---|
settings.name |
Identifier. The resource name of this Settings resource. Format: |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The list of fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Settings.
Response body
If successful, the response body contains an instance of Settings.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/googlehealth.settings
For more information, see the OAuth 2.0 Overview.