Skip to main content
PATCH
TypeScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

auditId
string
required
auditEvidenceId
string
required

Body

application/json
statusUpdate
object

Response

200 - application/json

Ok

id
string
required

Vanta internal reference to evidence

externalId
string
required

This is a static UUID to map Audit Firm controls to Vanta controls

status
enum<string>
required

Vanta internal statuses for audit evidence

Available options:
Accepted,
Flagged,
Initialized,
NA,
Not ready for audit,
Ready for audit
name
string
required

Mutable name for evidence. Not guaranteed to be unique.

deletionDate
string<date-time> | null
required

The date this Audit Evidence was deleted

creationDate
string<date-time>
required

The date this Audit Evidence was created

statusUpdatedDate
string<date-time>
required

Point in time that status was last updated

testStatus
string | null
required

The outcome of the automated test run, for Test-type evidence

evidenceType
enum<string>
required

The type of Audit Evidence

Available options:
Evidence Request,
Policy,
Test
evidenceId
string
required

Unique identifier for evidence

The controls associated to this evidence

description
string | null
required

The description for the evidence. It will be set to null if the evidence is deleted