Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

describe safebuf as nullable #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ A Goal object includes everything about a specific goal for a specific user, inc
* `rah` (number): Road value (y-value of the bright line of the yellow brick road) at the akrasia horizon (today plus one week).
* `delta` (number): Distance from the yellow brick road to today's datapoint (`curval`).
* `delta_text` (string): Deprecated.
* `safebuf` (number): The integer number of safe days. If it's a beemergency this will be zero.
* `safebump` (number): The absolute y-axis number you need to reach to get one additional day of safety buffer.
* `safebuf` (number): The integer number of safe days. If it's a beemergency this will be zero. _Nullable. Null if beebrain could not actually create (road dial error)_
* `safebump` (number): The absolute y-axis number you need to reach to get one additional day of safety buffer. _(Nullable, see `safebuf`)_
* `id` (string of hex digits): We prefer using user/slug as the goal identifier, however, since we began allowing users to change slugs, this id is useful!
* `callback_url` (string): Callback URL, as
[discussed in the forum](http://forum.beeminder.com/t/webhook-callback-documentation/313 "In short: you can add a callback to your own server whenever data is added on Beeminder").
Expand Down