Toggle Checklist Section Not Applicable Status
toggle_checklist_section_not_applicable_status_v1_0_2Toggle the not applicable status of a checklist section in a specified inspection update, modifying only supplied fields and returning the updated object.
Instructions
Toggles Checklist Section Not Applicable status in a specified Checklist and Checklist Section. 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, section_id, project_id, not_applicable. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/lists/{list_id}/sections/{section_id}/toggle_not_applicable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| section_id | Yes | URL path parameter — checklist Section ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| not_applicable | Yes | JSON request body field — not applicable status |