Add contexts
documentedAdd contexts.
POST /3/contexts/add.phpContextsno 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://api.toodledo.com/3/contexts/add.php" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "name={{$name}}&private={{$private}}&access_token={{OAUTH2_ACCESS_TOKEN}}"