Sign in

Update work interval

documented

Update a work interval by ID.

PUT /work_intervals/{id}Work Intervalsno implementation yet0 runs
No 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.meistertask.com/api/work_intervals/{{$id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"started_at": "{{$started_at}}", "ended_at": "{{$ended_at}}"}'