write taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/mass-update' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"tasks": [
{
"task_id": 1,
"stage": "ideation",
"sort": 1,
"task_group_id": 1
}
]
}'{
"data": [
{
"task_id": 1,
"project_id": 1,
"task_group_id": 1,
"title": "Sample Title",
"slug": "sample-slug",
"stage": "ideation",
"status": "todo",
"sort": 1,
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
]
}