AWS solutions documentation change
Summary
Removed detailed file metadata schema, simplified endpoint documentation, and changed response code to 204
Security assessment
Documentation changes remove implementation details but don't reference security issues or add security-related content. Focus appears to be API response simplification.
Diff
diff --git a/solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md index a61811d56..e1f33c13a 100644 --- a/solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md +++ b/solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md @@ -5 +5 @@ -URIHTTP methodsSchemasProperties +URIHTTP methods @@ -7,3 +7 @@ URIHTTP methodsSchemasProperties -# Data vaults – File info - -This endpoint provides a way to retrieve detailed information about a specific file within a data vault in Digital Evidence Archive, facilitating better management and understanding of the file. +# Datavaults dataVaultId Files fileId Info @@ -24,65 +22 @@ Path parametersName| Type| Required| Description -`fileId`| String| True| - -ResponsesStatus code| Response model| Description ----|---|--- -`200`| `DataVaults_response_200_3`| Success Response - -## Schemas - -### Response bodies - - - { - "file": { - "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_3 - -Property| Type| Required| Description ----|---|---|--- -`file`| DataVaultFile| False| +`fileId`| String| True| File ID to generate audit log for @@ -90 +24 @@ Property| Type| Required| Description -### ScopedCase +### OPTIONS @@ -92 +26 @@ Property| Type| Required| Description -Property| Type| Required| Description +Path parametersName| Type| Required| Description @@ -94,2 +28,6 @@ Property| Type| Required| Description -`name`| string| False| -`ulid`| string| False| +`dataVaultId`| String| True| Data vault ID to generate audit log for +`fileId`| String| True| File ID to generate audit log for + +ResponsesStatus code| Response model| Description +---|---|--- +`204`| None| 204 response @@ -103 +41 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Data vaults – File audit as CSV +Datavaults dataVaultId Files fileId CaseAssociations @@ -105 +43 @@ Data vaults – File audit as CSV -Data vaults – Files +Datavaults dataVaultId Tasks