Water and Hydration
Increase or decrease water intake tracked
Required Arguments
Available Fields
Example
curl -XPOST 'https://production.suggestic.com/graphql' \
-H 'Authorization: Bearer <User-JWT>' \
-H 'Content-Type: application/json' \
--data-raw '{"query": "mutation { updateHydration(date:\"2020-10-13\",action: INCREASE) {success message}}}"
}'{ "Authorization": "Token ", "Suggestic-Partner":"" }{
"data": {
"updateHydration": {
"success": true,
"message": "Hydration was successfully updated"
}
}
}UI Example
Last updated
Was this helpful?
