update_generic_tool
Modify configurable tool settings in Procore, including title, abbreviation, privacy defaults, project assignments, and notification preferences for overdue items.
Instructions
Update Generic Tool. [Company Admin/Custom - Configurable Tools] PATCH /rest/v1.0/companies/{company_id}/generic_tools/{generic_tool_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| generic_tool_id | Yes | Unique identifier for the Generic Tool. | |
| title | Yes | The title of the generic tool. | |
| abbreviation | No | An abbreviation for the generic tool. | |
| private_by_default | No | If this property is set to true, any items that are created for the tool are private by default. | |
| new_project_default | No | If this property is set to true, the generic tool will be added to new projects by default. | |
| send_overdue_notifications | No | If this property is set to true, notifications will be sent to assignees when an item is overdue. |