update_timeline_event_v2_0
Modify timeline events in Procore project schedules by updating names, dates, colors, or types to reflect schedule changes.
Instructions
Update Timeline Event. [Project Management/Scheduling] PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/timeline_events/{timeline_event_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| timeline_event_id | Yes | Timeline Events ID | |
| timeline_event_name | No | The descriptive name of the timeline event | |
| start_date | No | The timeline event start date (ISO 8601 format) | |
| finish_date | No | The timeline event finish date (ISO 8601 format) | |
| color | No | Timeline event color (33 possible values) | |
| timeline_event_type | Yes | Timeline event type |