Update Schedule Integration Type
update_schedule_integration_typeUpdates the schedule integration type for a project by providing the project ID and schedule type object. Modifies the existing schedule and returns the updated record.
Instructions
Update the schedule integration type for a project. #### Schedule Types | Type | Key | |------------------------------------------------------|-------------------------------| | File-based schedule integration via web browser | "Microsoft Project" | | File-based schedule integration via Procore Drive | "Microsoft Project 2010" | | File-based schedule integration via Procore Documents| "Microsoft... Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: project_id, schedule_type. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/schedule_type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Schedule Type belongs to | |
| schedule_type | Yes | JSON request body field — schedule Type object |