diff --git a/app/central_storage/webapi/routes/retrieve_document_info.py b/app/central_storage/webapi/routes/retrieve_document_info.py index bcf8941..941a586 100644 --- a/app/central_storage/webapi/routes/retrieve_document_info.py +++ b/app/central_storage/webapi/routes/retrieve_document_info.py @@ -17,8 +17,8 @@ token_manager = TokenManager() # Web API # Fetch document by ID @router.get( - "/retrieve_document_info/{document_id}", - operation_id="retrieve_document_info", + "/retrieve-document-info/{document_id}", + operation_id="retrieve-document-info", summary="Fetch a document by its ID", description="Retrieve a specific document by its document ID and return file name and download URL", response_description="The document details including file name and download URL",