You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/initializeHealth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The `initializeHealth` function sets up health integration for the application b
4
4
5
5
It accepts a `permissions` object with keys `read` and `write`. Use the `HealthLinkPermissions` enum to add permissions to the arrays.
6
6
7
-
Write method does not support `BloodPressure`, `RestingHeartRate` and `OxygenSaturation`, so I'd recommend not to ask for write permissions for those data types.
7
+
Write method does not support `BloodPressure`, `RestingHeartRate`, `ActiveEnergyBurned`, `BasalEnergyBurned` and `OxygenSaturation`, so I'd recommend not to ask for write permissions for those data types.
0 commit comments