Update Configurable Field Set
update_configurable_field_setUpdate an existing configurable field set in Procore for a specified company. Send only fields to change; omitted fields keep their current values.
Instructions
Updates an existing configurable field set for the specified Procore company. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified configurable field set on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id, configurable_field_set. Procore API (v2.1): Company Admin > Custom - Configurable Tools. Endpoint: PATCH /rest/v2.1/companies/{company_id}/configurable_field_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — configurable Field Set ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| custom_field_sections | No | JSON request body field — custom_field_sections | |
| configurable_field_set | Yes | JSON request body field — configurable_field_set |