Bulk Edit Specification Sections
bulk_edit_specification_sectionsEdit many specification sections at once via the Procore API. Submits all changes in one request, processing each independently. Returns the resulting collection.
Instructions
This endpoint bulk edits specification sections. Prefer this over repeated single-record calls when handling many bulk edit specification sections at once. company_id and project_id default to the values set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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, specification_section_revision_ids. Procore API (v2.1): Project Management > Specifications. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_sections/bulk_edit_collection
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. | |
| specification_sections | No | JSON request body field — specification_sections | |
| specification_section_revisions | No | JSON request body field — specification_section_revisions | |
| specification_section_revision_ids | Yes | JSON request body field — specification_section_revision_ids |