beeminder / apidocs

Beeminder API Reference
Other
3 stars 4 forks source link

autodata (string): The name of automatic data source, if this goal has one. Will be null for manual goals. #27

Open krugerk opened 4 years ago

krugerk commented 4 years ago

listed here http://api.beeminder.com/#goal

Bug: documentation claims this is null for manual goals

but it appears to be empty string (and not nil) for manually sourced goals after removing healthkit

krugerk commented 3 years ago

As is, it needs to be null for some assumptions to catch as expected. However the API call to unset it actually sets it to an empty string instead.