Batch Update Generic Tool Items
batch_update_generic_tool_itemsUpdate multiple generic tool items in a project by specifying the generic tool, project, and items to change. Only supplied fields are updated.
Instructions
Update all selected Generic Tool Items. 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: generic_tool_id, project_id, generic_tool_items. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: 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 | URL path parameter — unique identifier for the Generic Tool | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — if supplied customize the response format | |
| completion_mode | No | Query string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| run_configurable_validations | No | Query string parameter — whether to run configurable validations during the update operation. Defaults to false. | |
| generic_tool_items | Yes | JSON request body field — the generic tool items for this Custom - Configurable Tools operation |