naming: using '-' instead of '_' in webapi name
This commit is contained in:
parent
6b286a4433
commit
698670cde6
@ -17,8 +17,8 @@ token_manager = TokenManager()
|
|||||||
# Web API
|
# Web API
|
||||||
# Fetch document by ID
|
# Fetch document by ID
|
||||||
@router.get(
|
@router.get(
|
||||||
"/retrieve_document_info/{document_id}",
|
"/retrieve-document-info/{document_id}",
|
||||||
operation_id="retrieve_document_info",
|
operation_id="retrieve-document-info",
|
||||||
summary="Fetch a document by its ID",
|
summary="Fetch a document by its ID",
|
||||||
description="Retrieve a specific document by its document ID and return file name and download URL",
|
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",
|
response_description="The document details including file name and download URL",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user