Skip to content

subtasks.update

Type: mutation Module: convex/subtasks.ts

{
subtaskId: Id<"subtasks">,
title: string /* optional */,
description: string /* optional */,
prompt: string /* optional */,
estimatedFiles: number /* optional */,
complexityScore: number /* optional */,
estimatedDurationMs: number /* optional */,
allowedFiles: string /* optional */[],
isPausePoint: boolean /* optional */,
}

Update subtask fields (title, description, prompt, complexity, etc.). @param subtaskId - The subtask to update