AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-04-20 · Documentation low

File: solutions/latest/dea-api/cases-caseid-scopedinformation.md

Summary

Enhanced documentation for scoped information endpoint with response schema and removed OPTIONS method

Security assessment

Documents an elevated permissions endpoint for retrieving case details. While related to access control through permission requirements, there's no indication of patching a security flaw. The changes improve documentation of existing security controls.

Diff

diff --git a/solutions/latest/dea-api/cases-caseid-scopedinformation.md b/solutions/latest/dea-api/cases-caseid-scopedinformation.md
index 588d63f6d..85f753b05 100644
--- a//solutions/latest/dea-api/cases-caseid-scopedinformation.md
+++ b//solutions/latest/dea-api/cases-caseid-scopedinformation.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -7 +7,3 @@ URIHTTP methods
-#  Cases caseId ScopedInformation
+# Cases – Scoped information
+
+This elevated permissions endpoint provides a way to retrieve scoped information related to a specific case in DEA, allowing for more detailed and customizable case management.
@@ -23,6 +24,0 @@ Path parametersName| Type| Required| Description
-### OPTIONS
-
-Path parametersName| Type| Required| Description  
----|---|---|---  
-`caseId`| String| True|   
-  
@@ -31 +27,20 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `ScopedCase`| Success  
+  
+## Schemas
+
+### Response bodies
+    
+    
+    {
+      "ulid": "string",
+      "name": "string"
+    }
+
+## Properties
+
+### ScopedCase
+
+Property| Type| Required| Description  
+---|---|---|---  
+`name`| string| False|   
+`ulid`| string| False|   
@@ -39 +54 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Cases caseId Owner
+Cases – Retrieve user memberships
@@ -41 +56 @@ Cases caseId Owner
-Cases caseId Status
+Cases – Status