Update Configurable Field Set
update_configurable_field_setUpdate an existing configurable field set for Custom - Configurable Tools by specifying company, field set ID, new name, and fields. Only supplied fields are changed.
Instructions
Update Configurable Field Set. 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: company_id, id, name, fields. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: PATCH /rest/v1.0/companies/{company_id}/configurable_field_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — configurable Field Set ID | |
| name | Yes | JSON request body field — the name for this Custom - Configurable Tools operation | |
| fields | Yes | JSON request body field — all fields that make up the form of the class name. | |
| project_ids | No | JSON request body field — array of project identifiers | |
| category | No | JSON request body field — 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 | JSON request body field — 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 | JSON request body field — whether or not all projects selected |