/evidence/{evidenceGuid}/metadata

Get Evidence Metadata

get
Authorizations
Path parameters
evidenceGuidstringRequired
Responses
200

The request was successful, and the server has returned the requested resource in the response body.

application/json
get
/evidence/{evidenceGuid}/metadata
200

The request was successful, and the server has returned the requested resource in the response body.

Comments must be 1-1000, and createdBy must be 1-100. If any are null/undefined they will not be updated.

Update Evidence Metadata

patch
Authorizations
HTTPRequired

Jwt Auth: Authenticated requests contain a valid Json Web Token (JWT) as part of the Authorization: Bearer <JWT> header.

Your Sentinel API Key

Path parameters
evidenceGuidstringRequired
Body
commentstringOptional
createdBystringOptional
patch
/evidence/{evidenceGuid}/metadata

Last updated

Was this helpful?