AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-03-10 · Documentation low

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

Summary

Restructured API documentation by updating title, removing schemas/properties sections, adding path parameter descriptions, changing response status code from 200 to 204, and removing CSV export functionality description

Security assessment

Changes appear to be structural documentation improvements rather than addressing security issues. While audit trails relate to security, the modifications don't explicitly address vulnerabilities or add new security features.

Diff

diff --git a/solutions/latest/dea-api/cases-caseid-files-fileid-audit-auditid-csv.md
index 4760ae1f0..82c0dc4c2 100644
--- a/solutions/latest/dea-api/cases-caseid-files-fileid-audit-auditid-csv.md
+++ b/solutions/latest/dea-api/cases-caseid-files-fileid-audit-auditid-csv.md
@@ -5 +5 @@
-URIHTTP methodsSchemasProperties
+URIHTTP methods
@@ -7,3 +7 @@ URIHTTP methodsSchemasProperties
-# Cases – CSV audit entry for a case file
-
-This endpoint provides a way to export a specific audit trail entry for a file within a case in CSV format, allowing users to further anaylyze 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. 
+#  Cases caseId Files fileId Audit auditId Csv
@@ -18,0 +17,8 @@ This endpoint provides a way to export a specific audit trail entry for a file w
+Path parametersName| Type| Required| Description  
+---|---|---|---  
+`caseId`| String| True| Case ID to return audit log entries for  
+`fileId`| String| True| File ID to generate audit log for  
+`auditId`| String| True| Audit log ID  
+  
+### OPTIONS
+
@@ -22 +28 @@ Path parametersName| Type| Required| Description
-`fileId`| String| True|   
+`fileId`| String| True| File ID to generate audit log for  
@@ -27,20 +33 @@ ResponsesStatus code| Response model| Description
-`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|   
+`204`| None| 204 response  
@@ -54 +41 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Cases – CSV audit entry for a case
+Cases caseId Files fileId Audit
@@ -56 +43 @@ Cases – CSV audit entry for a case
-Cases – File audit by caseId and fileId
+Cases caseId Files fileId Contents