Download OpenAPI specification:
Fixture-only contract for attaching evidence references to a case. This is a UI/fixture contract and does not imply a production backend implementation.
| case_id required | string |
required | Array of objects (EvidenceItem) non-empty |
| client_request_id required | string |
{- "evidence_items": [
- {
- "kind": "FILE",
- "filename": "string",
- "content_type": "string",
- "size_bytes": 0,
- "url": "string",
- "note": "string"
}
], - "client_request_id": "string"
}{- "request_id": "string",
- "case_id": "string",
- "attachment_ids": [
- "string"
], - "timeline_entry_id": "string",
- "normalized_status": "PENDING",
- "created_at": "2019-08-24T14:15:22Z",
- "entry": {
- "timeline_entry_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "actor_role": "ADMIN",
- "type": "string",
- "note": "string"
}, - "reason_code": "string",
- "message": "string"
}