AWS solutions documentation change
Summary
Restructured API documentation by removing schemas/properties sections, changed endpoint title format, and updated response codes from 200 to 204. Added OPTIONS method documentation.
Security assessment
Changes are structural/documentation formatting updates with no evidence of addressing security vulnerabilities or adding security-specific content.
Diff
diff --git a/solutions/latest/dea-api/datavaults-datavaultid-caseassociations.md index 2e8651ca2..b0c46178b 100644 --- a/solutions/latest/dea-api/datavaults-datavaultid-caseassociations.md +++ b/solutions/latest/dea-api/datavaults-datavaultid-caseassociations.md @@ -5 +5 @@ -URIHTTP methodsSchemasProperties +URIHTTP methods @@ -7,3 +7 @@ URIHTTP methodsSchemasProperties -# Data vaults – Case association and disassociation - -This endpoint provides a way to manage associations between a data vault and cases in Digital Evidence Archive, allowing users to associate cases as needed. +# Datavaults dataVaultId CaseAssociations @@ -25,81 +23 @@ Path parametersName| Type| Required| Description -ResponsesStatus code| Response model| Description ----|---|--- -`200`| `DataVaults_response_200_2`| Success - -## Schemas - -### Request bodies - - - { - "caseUlids": [ - "string" - ], - "fileUlids": [ - "string" - ] - } - -### Response bodies - - - { - "DataVaultFiles": [ - [ - { - "fileName": "string", - "filePath": "string", - "dataVaultUlid": "string", - "fileSizeBytes": number, - "sha256Hash": "string", - "ulid": "string", - "versionId": "string", - "fileS3Key": "string", - "uploadId": "string", - "isFile": boolean, - "contentType": "string", - "executionId": "string", - "created": "string", - "updated": "string", - "caseCount": number, - "cases": [ - { - "ulid": "string", - "name": "string" - } - ] - } - ] - ] - } - -## Properties - -### DataVaultFile - -Property| Type| Required| Description ----|---|---|--- -`caseCount`| number| False| -`cases`| Array of type ScopedCase| False| -`contentType`| string| False| -`created`| string| False| -`dataVaultUlid`| string| False| -`executionId`| string| False| -`fileName`| string| False| -`filePath`| string| False| -`fileS3Key`| string| False| -`fileSizeBytes`| number| False| -`isFile`| boolean| False| -`sha256Hash`| string| False| -`ulid`| string| False| -`updated`| string| False| -`uploadId`| string| False| -`versionId`| string| False| - -### DataVaults_response_200_2 - -Property| Type| Required| Description ----|---|---|--- -`DataVaultFiles`| Array of type Array of type DataVaultFile| False| - -### ScopedCase +### OPTIONS @@ -107 +25 @@ Property| Type| Required| Description -Property| Type| Required| Description +Path parametersName| Type| Required| Description @@ -109,4 +27 @@ Property| Type| Required| Description -`name`| string| False| -`ulid`| string| False| - -### caseAssociationRequest +`dataVaultId`| String| True| Data vault ID to generate audit log for @@ -114,4 +29,3 @@ Property| Type| Required| Description -Property| Type| Required| Description ----|---|---|--- -`caseUlids`| Array of type string| True| -`fileUlids`| Array of type string| True| +ResponsesStatus code| Response model| Description +---|---|--- +`204`| None| 204 response @@ -125 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Data vaults – Audit export as CSV +Datavaults dataVaultId Audit auditId Csv @@ -127 +41 @@ Data vaults – Audit export as CSV -Data vaults – Case file disassociations +Datavaults dataVaultId Details