AWS solutions documentation change
Summary
Removed schemas/properties, changed HTTP method from POST to OPTIONS, and simplified ownership management documentation
Security assessment
Changes involve documentation simplification rather than security fixes. While original text mentioned elevated permissions/access control, the modifications don't add security documentation or address specific vulnerabilities.
Diff
diff --git a/solutions/latest/dea-api/cases-caseid-owner.md index c27f13282..0190f43fc 100644 --- a/solutions/latest/dea-api/cases-caseid-owner.md +++ b/solutions/latest/dea-api/cases-caseid-owner.md @@ -5 +5 @@ -URIHTTP methodsSchemasProperties +URIHTTP methods @@ -7,3 +7 @@ URIHTTP methodsSchemasProperties -# Cases – Case owner - -This elevated permissions endpoint provides a way to update the owner of a case in DEA, facilitating ownership management and access control. +# Cases caseId Owner @@ -25,41 +23 @@ Path parametersName| Type| Required| Description -ResponsesStatus code| Response model| Description ----|---|--- -`200`| `CaseUser`| Case owner set successfully - -## Schemas - -### Request bodies - - - { - "userId": "string", - "caseId": "string" - } - -### Response bodies - - - { - "userUlid": "string", - "caseUlid": "string", - "actions": [ - enum - ], - "caseName": "string", - "userFirstName": "string", - "userLastName": "string", - "created": "string", - "updated": "string" - } - -## Properties - -### CaseAction - - * `VIEW_CASE_DETAILS` - - * `UPDATE_CASE_DETAILS` - - * `UPDATE_CASE_STATUS` - - * `UPLOAD` +### OPTIONS @@ -67,29 +25 @@ ResponsesStatus code| Response model| Description - * `DOWNLOAD` - - * `VIEW_FILES` - - * `CASE_AUDIT` - - * `INVITE` - - * `RESTORE_FILES` - - - - -### CaseUser - -Property| Type| Required| Description ----|---|---|--- -`actions`| Array of type CaseAction| False| -`caseName`| string| False| -`caseUlid`| string| False| -`created`| string| False| -`updated`| string| False| -`userFirstName`| string| False| -`userLastName`| string| False| -`userUlid`| string| False| - -### Caseownerdata - -Property| Type| Required| Description +Path parametersName| Type| Required| Description @@ -97,2 +27,5 @@ Property| Type| Required| Description -`caseId`| string| True| -`userId`| string| True| +`caseId`| String| True| + +ResponsesStatus code| Response model| Description +---|---|--- +`204`| None| 204 response @@ -106 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Cases – Case file info +Cases caseId Files fileId Restore @@ -108 +41 @@ Cases – Case file info -Cases – Create case +Cases caseId ScopedInformation