Skip to content

Commit

Permalink
Update src/dins/adapters/inbound/fastapi_/routes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
mephenor and TheByronHimes authored Oct 10, 2024
1 parent a1739bf commit 8dc3330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dins/adapters/inbound/fastapi_/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def health():
"/dataset_information/{dataset_id}",
summary="Return public file information for the given dataset id, i.e. public accession.",
operation_id="getDatasetInformation",
tags=["DatsetInformationService"],
tags=["DatasetInformationService"],
status_code=status.HTTP_200_OK,
response_description="File information consisting of file id, sha256 checksum of the unencrypted file content and file size of the unencrypted file in bytes for all files in a dataset.",
responses={
Expand Down

0 comments on commit 8dc3330

Please sign in to comment.