AWS solutions documentation change
Summary
Enhanced user audit documentation with operation ID, time range parameters, and explicit security context
Security assessment
Adds documentation for user-specific audit trails which support traceability (security control), but no evidence of addressing a specific security flaw. The change focuses on feature completeness rather than vulnerability resolution.
Diff
diff --git a/solutions/latest/dea-api/users-userid-audit.md b/solutions/latest/dea-api/users-userid-audit.md index 012001bfc..b2f090f59 100644 --- a//solutions/latest/dea-api/users-userid-audit.md +++ b//solutions/latest/dea-api/users-userid-audit.md @@ -5 +5 @@ -URIHTTP methods +URIHTTP methodsSchemasProperties @@ -7 +7,3 @@ URIHTTP methods -# Users userId Audit +# Users – Audit by UserId + +This endpoint provides visibility into the history of actions that have been performed by a specific user within the Digital Evidence Archive system, helping to ensure accountability and traceability. @@ -16,0 +19,2 @@ URIHTTP methods +**Operation ID:** `requestUserAudit` + @@ -21 +25,3 @@ Path parametersName| Type| Required| Description -### OPTIONS +ResponsesStatus code| Response model| Description +---|---|--- +`200`| `Users_response_200_1`| Audit Query ID @@ -23 +29,22 @@ Path parametersName| Type| Required| Description -Path parametersName| Type| Required| Description +## Schemas + +### Request bodies + + + { + "from": number, + "to": number + } + +### Response bodies + + + { + "auditId": "string" + } + +## Properties + +### AuditPayload + +Property| Type| Required| Description @@ -25 +52,2 @@ Path parametersName| Type| Required| Description -`userId`| String| True| +`from`| number| False| +`to`| number| False| @@ -27,3 +55,5 @@ Path parametersName| Type| Required| Description -ResponsesStatus code| Response model| Description ----|---|--- -`204`| None| 204 response +### Users_response_200_1 + +Property| Type| Required| Description +---|---|---|--- +`auditId`| string| False| @@ -39 +69 @@ Users -Users userId Audit auditId Csv +Users – Audit CSV export