update_project_estimate
Update a project estimate with new name, description, or external identifiers.
Instructions
Update the estimate for a project.
Args: project_id: UUID of the project name: New name for the estimate description: New description external_id: External system identifier external_source: External system source name
Returns: Updated Estimate object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| project_id | Yes | ||
| description | No | ||
| external_id | No | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| type | No | ||
| project | No | ||
| last_used | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |