Dial road (deprecated)
documentedDeprecated: adjust the bright red line for a goal.
POST /users/{u}/goals/{g}/dial_road.jsonUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.beeminder.com/api/v1/users/{{$u}}/goals/{{$g}}/dial_road.json" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "rate={{$rate}}&goaldate={{$goaldate}}&goalval={{$goalval}}"