Reopen Checklist (Inspection)
reopen_checklist_inspectionReopen a closed checklist inspection by updating its status to open. Provide the inspection id and project id to get the full updated payload.
Instructions
Reopens the specified Checklist (Inspection) by transitioning its status to open. The endpoint is idempotent and returns the full Inspection payload. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified reopen checklist 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: id, project_id. Procore API (v1.1): Project Management > Inspections. Endpoint: PATCH /rest/v1.1/projects/{project_id}/checklist/lists/{id}/reopen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. |