Update Specification Section Divisions
update_specification_section_divisionsBulk creates, updates, or deletes specification section divisions for a Procore project. Send only fields to change; omitted fields keep current values.
Instructions
Bulk creates, updates, and deletes Specification Section Divisions for a Project. Send only the fields you intend to change; omitted fields keep their current values. company_id and project_id default to the values set by procore_set_config when omitted. Returns the modified specification section division 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, project_id. Procore API (v2.1): Project Management > Specifications. Endpoint: PATCH /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_divisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| creation_params | No | JSON request body field — the creation params for this Specifications operation | |
| deletion_params | No | JSON request body field — the deletion params for this Specifications operation | |
| updation_params | No | JSON request body field — the updation params for this Specifications operation |