Update Timeline Event
update_timeline_eventPartially update a timeline event in Procore Scheduling by providing only the fields to change. Unspecified fields remain unchanged.
Instructions
Partially update a timeline event. Only provided fields will be updated. Use this to update an existing Scheduling records (only the supplied fields are changed). Updates the specified Scheduling records and returns the modified object on success. Required parameters: company_id, project_id, schedule_id, timeline_event_id, timeline_event_type. Procore API (v2.0): Project Management > Scheduling. Endpoint: 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 | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| schedule_id | Yes | URL path parameter — unique identifier for the schedule | |
| timeline_event_id | Yes | URL path parameter — unique identifier of the timeline event | |
| timeline_event_name | No | JSON request body field — the descriptive name of the timeline event | |
| start_date | No | JSON request body field — the timeline event start date (ISO 8601 format) | |
| finish_date | No | JSON request body field — the timeline event finish date (ISO 8601 format) | |
| color | No | JSON request body field — timeline event color (33 possible values) | |
| timeline_event_type | Yes | JSON request body field — the timeline event type for this Scheduling operation |