update_project_estimate_point
Update an existing estimate point in a project by modifying its display value, sort key, description, or external identifiers.
Instructions
Update a single estimate point.
Args: project_id: UUID of the project estimate_id: UUID of the estimate estimate_point_id: UUID of the estimate point to update value: New display value (max 20 chars, e.g. "XL", "13") key: New sort key (integer) description: New description external_id: External system identifier external_source: External system source name
Returns: Updated EstimatePoint object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| value | No | ||
| project_id | Yes | ||
| description | No | ||
| estimate_id | Yes | ||
| external_id | No | ||
| external_source | No | ||
| estimate_point_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| key | No | ||
| value | Yes | ||
| project | No | ||
| estimate | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |