batch_update_generic_tool_items
Update multiple configurable tool items simultaneously in Procore projects, allowing bulk modifications with validation options and completion modes.
Instructions
Batch Update Generic Tool Items. [Company Admin/Custom - Configurable Tools] PATCH /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_id | Yes | Unique identifier for the Generic Tool | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | If supplied customize the response format | |
| completion_mode | No | Whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| run_configurable_validations | No | Whether to run configurable validations during the update operation. Defaults to false. | |
| generic_tool_items | Yes | generic_tool_items |