Update Checklist Section
update_checklist_sectionUpdate an existing checklist section (inspection section) by providing the list ID, section ID, project ID, and section data. Only supplied fields are changed.
Instructions
This is a deprecated endpoint. 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: list_id, id, project_id, section. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/lists/{list_id}/sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| id | Yes | URL path parameter — checklist Section ID | |
| project_id | Yes | JSON request body field — the ID of the Project the Section belongs to | |
| section | Yes | JSON request body field — section object |