Skip to content

Settings and activity

1 result found

  1. 9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Asheesh Laroia commented  · 

    Interestingly, I was able to do this with the API:

    >> {'auth_token': '(my auth token here)', 'slug': 'announcees', 'kyoom': 'false'}

    >>> requests.put('https://www.beeminder.com/api/v1/users/paulproteus/goals/announcees.json', d)

    <Response [200]>

    An error occurred while saving the comment
    Asheesh Laroia commented  · 

    In particular, looking at https://www.beeminder.com/api , it seems the boolean value "kyoom" is something I want to set to False.

    Asheesh Laroia shared this idea  ·