AWS solutions documentation change
Summary
Streamlined user audit endpoint by removing request/response schemas and security context. Changed to OPTIONS method with 204 response.
Security assessment
Removed accountability/traceability description but maintained audit endpoint. No evidence of vulnerability fixes or security enhancements.
Diff
diff --git a/solutions/latest/dea-api/users-userid-audit.md index b2f090f59..012001bfc 100644 --- a/solutions/latest/dea-api/users-userid-audit.md +++ b/solutions/latest/dea-api/users-userid-audit.md @@ -5 +5 @@ -URIHTTP methodsSchemasProperties +URIHTTP methods @@ -7,3 +7 @@ URIHTTP methodsSchemasProperties -# 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. +# Users userId Audit @@ -19,2 +16,0 @@ This endpoint provides visibility into the history of actions that have been per -**Operation ID:** `requestUserAudit` - @@ -25,15 +21 @@ Path parametersName| Type| Required| Description -ResponsesStatus code| Response model| Description ----|---|--- -`200`| `Users_response_200_1`| Audit Query ID - -## Schemas - -### Request bodies - - - { - "from": number, - "to": number - } - -### Response bodies +### OPTIONS @@ -41,10 +23 @@ ResponsesStatus code| Response model| Description - - { - "auditId": "string" - } - -## Properties - -### AuditPayload - -Property| Type| Required| Description +Path parametersName| Type| Required| Description @@ -52,2 +25 @@ Property| Type| Required| Description -`from`| number| False| -`to`| number| False| +`userId`| String| True| @@ -55,5 +27,3 @@ Property| Type| Required| Description -### Users_response_200_1 - -Property| Type| Required| Description ----|---|---|--- -`auditId`| string| False| +ResponsesStatus code| Response model| Description +---|---|--- +`204`| None| 204 response @@ -69 +39 @@ Users -Users – Audit CSV export +Users userId Audit auditId Csv