Sign in

Create work interval for task

documented

Create a new work interval for a task.

POST /tasks/{task_id}/work_intervalsWork 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://api.meistertask.com/v1/tasks/{{$task_id}}/work_intervals" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"start_time": "{{$start_time}}", "end_time": "{{$end_time}}"}'
Create work interval for task · MeisterTask · OpenIntegrations