AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-04-20 · Documentation medium

File: solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md

Summary

Added CSV audit export functionality documentation and response schema

Security assessment

Audit trail export capability supports security monitoring and compliance, but the change only documents the feature rather than addressing a vulnerability.

Diff

diff --git a/solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md b/solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md
index b2ce7b852..70f4c2248 100644
--- a//solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md
+++ b//solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -7 +7,3 @@ URIHTTP methods
-#  Cases caseId Audit auditId Csv
+# Cases – CSV audit entry for a case
+
+This endpoint provides a way to export a specific audit trail entry for a case in CSV format, allowing users to further analyze or process the audit trail data. The API response would include the CSV file as the response body, which the client application can then process or download. 
@@ -17,7 +18,0 @@ URIHTTP methods
-Path parametersName| Type| Required| Description  
----|---|---|---  
-`caseId`| String| True| Case ID to return audit log for  
-`auditId`| String| True| Audit log ID  
-  
-### OPTIONS
-
@@ -31 +26,20 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `AuditResult`| Audit log CSV result and status  
+  
+## Schemas
+
+### Response bodies
+    
+    
+    {
+      "status": "string",
+      "downloadUrl": "string"
+    }
+
+## Properties
+
+### AuditResult
+
+Property| Type| Required| Description  
+---|---|---|---  
+`downloadUrl`| string| False|   
+`status`| string| False|   
@@ -39 +53 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Cases caseId Audit
+Cases – Create case
@@ -41 +55 @@ Cases caseId Audit
-Cases caseId Details
+Cases – CSV audit entry for a case file