Cases

Create a case evidence

Create a new manual tag and/or line item associated to an existing case

post/cases/{case_token}/evidences

Path parameters

case_tokenstring required

Token of case to create an evidence for.

Response

CaseEvidence

errorstring
messagestring

Example response

{
  "error": null,
  "message": "Manual case evidence insertions were successful."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.