update-project-task
Modify project task details like name, budget, status, and dependencies to track progress and manage resources in Float projects.
Instructions
Update an existing project task
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_task_id | Yes | The project task ID | |
| task_names | No | Task name/title | |
| project_id | No | Project ID | |
| phase_id | No | Phase ID | |
| notes | No | Task notes | |
| budget | No | Task budget | |
| budget_type | No | Budget type | |
| color | No | Task color (hex code) | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| active | No | Active status (1=active, 0=archived) | |
| priority | No | Task priority | |
| sort_order | No | Sort order within project | |
| dependencies | No | Array of project task IDs this task depends on | |
| estimated_hours | No | Estimated hours for completion | |
| status | No | Task status (numeric) |