From 2c8b554b0858532a4abe410b7a8f28b5476d1e8e Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Thu, 11 Apr 2024 13:46:29 +0200 Subject: [PATCH] docs(po): fix po endpoint docstring --- hub_adapter/routers/podorc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub_adapter/routers/podorc.py b/hub_adapter/routers/podorc.py index 115377c..f8b9a18 100644 --- a/hub_adapter/routers/podorc.py +++ b/hub_adapter/routers/podorc.py @@ -33,7 +33,7 @@ async def create_analysis( analysis_id: Annotated[str, Body(description="UUID of the analysis.")], project_id: Annotated[str, Body(description="UUID of the analysis.")], ): - """Get the logs for a specific analysis run.""" + """Create an analysis pod.""" pass