End Focus Time
documentedEnd the active Focus Session (API key).
POST \/anapi\/end_focustimeAnalytic Data APIno 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.rescuetime.com/anapi/end_focustime?key={{RESCUETIME_API_KEY}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"notes": "{{$notes}}"}'