dossier_certify
Certify a DRAFT dossier to lock its evidence groups, transition it to CERTIFIED, and generate a tamper-evident PDF. Requires an existing dossier with linked evidence groups.
Instructions
Certifies a DRAFT dossier, locking in all its associated evidence groups. The dossier must be in DRAFT status. After certification it transitions to CERTIFIED and a tamper-evident PDF is generated. Prerequisites: the dossier must exist (dossier_create) and have evidence groups linked. Use dossier_group_certify instead if you want to create + certify in one step from a single evidence group. Example: dossier_certify({ caseFileId: '...', dossierId: '...' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dossierId | Yes | UUID of the dossier to certify (must be in DRAFT status) | |
| caseFileId | Yes | UUID of the case file that owns this dossier |