Update extra work
documentedUpdate an extra work entry.
PATCH \/api\/resource\/labeled_time_extra_works\/{id}Time Trackingno 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/api/resource/labeled_time_extra_works/{{$id}}" \
-X PATCH \
-H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"labeled_time_extra_work":{"label":"{{$label}}","started_at":"{{$started_at}}","ended_at":"{{$ended_at}}","notes":"{{$notes}}"}}'