evidence_case_file_status_update
Update a case file's lifecycle status to OPEN or CLOSE. Use CLOSE to finish work and block new evidence groups; use OPEN to reopen and accept more evidence.
Instructions
Changes a case file's lifecycle status (OPEN or CLOSE). Use CLOSE when work on the case file is finished and it should no longer accept new evidence groups; reopen with OPEN. Requires: evidence_case_file_create or evidence_case_file_search → caseFileId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. |