update_configurable_field_set
Modify custom form field sets in Procore to adjust data collection for projects, categories, or observations. Update name, fields, project associations, and categories as needed.
Instructions
Update Configurable Field Set. [Company Admin/Custom - Configurable Tools] PATCH /rest/v1.0/companies/{company_id}/configurable_field_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | Configurable Field Set ID | |
| name | Yes | Name | |
| fields | Yes | All fields that make up the form of the class name. | |
| project_ids | No | project_ids | |
| category | No | Category or observations_category_id are required and only needed when associating projects for an Observations Configurable Field Set. (0 = quality, 1 =safety, 2 = commissioning, 3 = warranty, 4 ... | |
| observations_category_id | No | Category or observations_category_id are required and only needed when associating projects for an Observations Configurable Field Set. (0 = quality, 1 =safety, 2 = commissioning, 3 = warranty, 4 ... | |
| include_all_projects | No | Whether or not all projects selected |