Update Company Checklist Section
update_company_checklist_sectionUpdate a company's inspection checklist section by providing company ID and section ID. Modify fields like name or position to keep records current.
Instructions
Updates a Checklist Section for a specified Company. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/checklist/sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Checklist Section ID | |
| name | No | JSON request body field — the name for this Inspections operation | |
| position | No | JSON request body field — the position of Section |