Update Generic Tool Item Response
update_generic_tool_item_responseUpdate attributes of a generic tool item response for configurable tools. Modify an existing response by providing required identifiers and specifying changed fields.
Instructions
Update attributes on a generic tool item response. 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, generic_tool_item_id, id, project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: PATCH /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}/generic_tool_item_responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_id | Yes | URL path parameter — unique identifier for the generic tool | |
| generic_tool_item_id | Yes | URL path parameter — unique identifier for the generic tool item | |
| id | Yes | URL path parameter — unique identifier for the response | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| official | No | JSON request body field — if this property is set ot true, the response is an official response. If this property is set to false, the response is not an official response. |