AWS Security ChangesHomeSearch

AWS solutions documentation change

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

File: solutions/latest/dea-api/users-userid-audit-auditid-csv.md

Summary

Removed CSV audit export implementation details and response schema. Simplified to OPTIONS method with 204 response code.

Security assessment

Audit functionality remains but documentation was reduced without evidence of addressing specific security issues. Removed download URL references but didn't add security context.

Diff

diff --git a/solutions/latest/dea-api/users-userid-audit-auditid-csv.md
index 09ffb0c5f..7a08b3c7e 100644
--- a/solutions/latest/dea-api/users-userid-audit-auditid-csv.md
+++ b/solutions/latest/dea-api/users-userid-audit-auditid-csv.md
@@ -5 +5 @@
-URIHTTP methodsSchemasProperties
+URIHTTP methods
@@ -7,3 +7 @@ URIHTTP methodsSchemasProperties
-# Users – Audit CSV export
-
-This endpoint provides a way to export a specific audit trail entry for a user within the Digital Evidence Archive system in CSV format, allowing users to further analyze or process the audit trail data. 
+#  Users userId Audit auditId Csv
@@ -19,2 +16,0 @@ This endpoint provides a way to export a specific audit trail entry for a user w
-**Operation ID:** `getUserAudit`
-
@@ -26,13 +22 @@ Path parametersName| Type| Required| Description
-ResponsesStatus code| Response model| Description  
----|---|---  
-`200`| `AuditResult`| Audit log CSV result and status  
-  
-## Schemas
-
-### Response bodies
-    
-    
-    {
-      "status": "string",
-      "downloadUrl": "string"
-    }
+### OPTIONS
@@ -40,5 +24 @@ ResponsesStatus code| Response model| Description
-## Properties
-
-### AuditResult
-
-Property| Type| Required| Description  
+Path parametersName| Type| Required| Description  
@@ -46,2 +26,6 @@ Property| Type| Required| Description
-`downloadUrl`| string| False|   
-`status`| string| False|   
+`userId`| String| True|   
+`auditId`| String| True| Audit log ID  
+  
+ResponsesStatus code| Response model| Description  
+---|---|---  
+`204`| None| 204 response  
@@ -55 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Users – Audit by UserId
+Users userId Audit