Add Weight Entry
Adds a weight entry to the tracker.
Last updated
Adds a weight entry to the tracker.
Last updated
Argument
Type
Note
datetime
Datetime!
The datetime for the entry. Use the format: YYYY-MM-DDT hh:mm:ssZ
value
PositiveInt!
Weight in kilos.
source
SourceType
Source of input, default is set to suggestic. enum SourceType { APPLE FITBIT GARMIN GOOGLEFIT_NATIVE GOOGLEFIT_REST HUAWEIHEALTH IHEALTH MISFIT OMRONCONNECT OMRONWELLNESS OURA POLAR SAMSUNG STRAVA SUGGESTIC SUUNTO WITHINGS }
Field
Type
Note
success
Boolean
true: If the entry has been created successfully. Otherwise, it displays false
message
String
The message returns either if the information has been updated or not.