feat: add EstimatedMinutes field and general PUT update endpoint for tasks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,4 +6,5 @@ public class CreateTaskRequest
|
||||
public string? Description { get; set; }
|
||||
public string? Category { get; set; }
|
||||
public int? ParentTaskId { get; set; }
|
||||
public int? EstimatedMinutes { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user