Update Workflow Preset (Company)
update_workflow_preset_companyUpdates an existing workflow preset for a company, changing only the supplied fields and returns the modified preset.
Instructions
Updates a workflow preset for a company 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, id. Procore API (v2.0): Core > Workflows. Endpoint: PATCH /rest/v2.0/companies/{company_id}/workflows/presets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier for the workflow preset | |
| default | No | JSON request body field — indicates if this is the default preset |