Create timeline item for task
documentedCreate a timeline item for a task.
POST /tasks/{task_id}/timeline_itemTimeline Itemsno 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.meistertask.com/api/tasks/{{$task_id}}/timeline_item" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "content": "{{$content}}", "at": "{{$at}}"}'