update_assignment
Update an existing assignment's dates, allocation, or notes in Forecast.
Instructions
Update an existing Forecast assignment.
Args:
assignment_id: ID of the assignment to update (must be >= 1).
project_id: Forecast project ID (must be >= 1).
person_id: Forecast person ID.
start_date: New start date (YYYY-MM-DD).
end_date: New end date (YYYY-MM-DD).
allocation: New allocation in minutes per day.
notes: New notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| end_date | Yes | ||
| person_id | Yes | ||
| allocation | No | ||
| project_id | Yes | ||
| start_date | Yes | ||
| assignment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |