Update Workflow Preset (Project)
update_workflow_preset_projectUpdate an existing workflow preset for a project by supplying only the fields to change. Requires company, project, and preset identifiers.
Instructions
Updates a workflow preset for a project tool. Use this to update an existing Workflows (only the supplied fields are changed). Updates the specified Workflows and returns the modified object on success. Required parameters: company_id, project_id, id. Procore API (v2.0): Core > Workflows. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/presets/{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. | |
| id | Yes | URL path parameter — unique identifier for the workflow preset | |
| default | No | JSON request body field — indicates if this is the default preset |