clickup_task_replace_estimates
Replace all time estimates for a ClickUp task by providing task ID, user ID, and new estimate in milliseconds.
Instructions
Replace all time estimates for a task (PUT replaces all user estimates)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. | |
| time_estimate | Yes | Time estimate in milliseconds | |
| user_id | Yes | User ID |