create_project_estimate_points
Creates estimate points for a project estimate by providing point definitions with value, key, and optional description.
Instructions
Create estimate points for a project estimate.
Each point dict may have: value (required, max 20 chars), key (int), description, external_id, external_source.
Example: points=[ {"value": "1", "key": 0}, {"value": "2", "key": 1}, {"value": "3", "key": 2}, {"value": "5", "key": 3}, {"value": "8", "key": 4}, ]
Args: project_id: UUID of the project estimate_id: UUID of the estimate points: List of point definitions
Returns: List of created EstimatePoint objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| project_id | Yes | ||
| estimate_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |