Update Generic Tool
update_generic_toolUpdate an existing custom configurable tool's title, abbreviation, privacy, project defaults, or overdue notifications in Procore.
Instructions
Update a Generic Tool's attributes. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to update an existing Custom - Configurable Tools (only the supplied fields are changed). Updates the specified Custom - Configurable Tools and returns the modified object on success. Required parameters: company_id, generic_tool_id, title. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: PATCH /rest/v1.0/companies/{company_id}/generic_tools/{generic_tool_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool. | |
| title | Yes | JSON request body field — the title of the generic tool. | |
| abbreviation | No | JSON request body field — an abbreviation for the generic tool. | |
| private_by_default | No | JSON request body field — if this property is set to true, any items that are created for the tool are private by default. | |
| new_project_default | No | JSON request body field — if this property is set to true, the generic tool will be added to new projects by default. | |
| send_overdue_notifications | No | JSON request body field — if this property is set to true, notifications will be sent to assignees when an item is overdue. |