/evidence/create

Create Evidence

post
Authorizations
Body
caseIdstringRequired
evidenceTypestring · enumRequiredDefault: MetadataPossible values:
evidenceContentstringRequired
post
POST /api/v1/evidence/create HTTP/1.1
Host: sentinel.metatable.dev
Authorization: Bearer BearerJwt
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "caseId": "text",
  "evidenceType": "Metadata",
  "evidenceContent": "text"
}

Last updated

Was this helpful?