@@ -21,6 +21,7 @@ Returns a paginated list of audits scoped to the audit firm.
2121
2222### Example Usage
2323
24+ <!-- UsageSnippet language="typescript" operationID="ListAudits" method="get" path="/audits" -->
2425``` typescript
2526import { Vanta } from " vanta-auditor-api-sdk" ;
2627
@@ -90,6 +91,7 @@ evidence is created or has a statusUpdatedAt field that is more recent than the
9091
9192### Example Usage
9293
94+ <!-- UsageSnippet language="typescript" operationID="ListAuditEvidenceUrls" method="get" path="/audits/{auditId}/evidence/{auditEvidenceId}/urls" -->
9395``` typescript
9496import { Vanta } from " vanta-auditor-api-sdk" ;
9597
@@ -164,6 +166,7 @@ Returns a paginated list of evidence for an audit.
164166
165167### Example Usage
166168
169+ <!-- UsageSnippet language="typescript" operationID="ListAuditEvidence" method="get" path="/audits/{auditId}/evidence" -->
167170``` typescript
168171import { Vanta } from " vanta-auditor-api-sdk" ;
169172
@@ -236,6 +239,7 @@ Returns a paginated list of comments for an audit.
236239
237240### Example Usage
238241
242+ <!-- UsageSnippet language="typescript" operationID="ListAuditComments" method="get" path="/audits/{auditId}/comments" -->
239243``` typescript
240244import { Vanta } from " vanta-auditor-api-sdk" ;
241245
@@ -308,6 +312,7 @@ Returns a paginated list of controls for an audit.
308312
309313### Example Usage
310314
315+ <!-- UsageSnippet language="typescript" operationID="ListAuditControls" method="get" path="/audits/{auditId}/controls" -->
311316``` typescript
312317import { Vanta } from " vanta-auditor-api-sdk" ;
313318
@@ -380,6 +385,7 @@ Create a comment in Vanta for a piece of evidence.
380385
381386### Example Usage
382387
388+ <!-- UsageSnippet language="typescript" operationID="CreateCommentForAuditEvidence" method="post" path="/audits/{auditId}/evidence/{auditEvidenceId}/comments" -->
383389``` typescript
384390import { Vanta } from " vanta-auditor-api-sdk" ;
385391
@@ -464,6 +470,7 @@ Update audit evidence.
464470
465471### Example Usage
466472
473+ <!-- UsageSnippet language="typescript" operationID="UpdateAuditEvidence" method="patch" path="/audits/{auditId}/evidence/{auditEvidenceId}" -->
467474``` typescript
468475import { Vanta } from " vanta-auditor-api-sdk" ;
469476
@@ -540,6 +547,7 @@ Create a custom evidence request for an audit.
540547
541548### Example Usage
542549
550+ <!-- UsageSnippet language="typescript" operationID="CreateCustomEvidenceRequest" method="post" path="/audits/{auditId}/evidence/custom-evidence-requests" -->
543551``` typescript
544552import { Vanta } from " vanta-auditor-api-sdk" ;
545553
@@ -636,6 +644,7 @@ Create a custom control for an audit.
636644
637645### Example Usage
638646
647+ <!-- UsageSnippet language="typescript" operationID="CreateCustomControl" method="post" path="/audits/{auditId}/controls/custom-controls" -->
639648``` typescript
640649import { Vanta } from " vanta-auditor-api-sdk" ;
641650
0 commit comments