AWS Security ChangesHomeSearch

AWS solutions documentation change

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

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

Summary

Simplified endpoint title, removed schemas/properties sections, changed response status code from 200 to 204, added path parameters documentation, and updated related links

Security assessment

Changes focus on structural documentation updates rather than addressing security issues. Removed previous mention of security/compliance context from description.

Diff

diff --git a/solutions/latest/dea-api/cases-caseid-audit-auditid-csv.md
index 70f4c2248..b2ce7b852 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 methodsSchemasProperties
+URIHTTP methods
@@ -7,3 +7 @@ URIHTTP methodsSchemasProperties
-# 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. 
+#  Cases caseId Audit auditId Csv
@@ -18,0 +17,7 @@ This endpoint provides a way to export a specific audit trail entry for a case i
+Path parametersName| Type| Required| Description  
+---|---|---|---  
+`caseId`| String| True| Case ID to return audit log for  
+`auditId`| String| True| Audit log ID  
+  
+### OPTIONS
+
@@ -26,20 +31 @@ 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  
@@ -53 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Cases – Create case
+Cases caseId Audit
@@ -55 +41 @@ Cases – Create case
-Cases – CSV audit entry for a case file
+Cases caseId Details