Sync taskboard
documentedSync the account's taskboard data.
POST /api/account/sync_taskboardAccountsno 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://fleep.io/api/account/sync_taskboard?ticket={{FLEEP_TICKET}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"conversation_id": "{{$conversation_id}}", "section_id": "{{$section_id}}", "task_weight": {{$task_weight}}, "task_limit": {{$task_limit}} }'