curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/tasks/42/steps/7' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sample Name",
"system": "string",
"notes": "string",
"completion_time_human": 1.5,
"completion_time_ai": 1.5,
"completion_time_hilt": 1.5,
"sort": 1
}'{
"data": {
"step_id": 1,
"task_id": 1,
"name": "Sample Name",
"system": "string",
"notes": "string",
"completion_time_human": 1.5,
"completion_time_ai": 1.5,
"completion_time_hilt": 1.5,
"sort": 1,
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}