Skip to content

Commit

Permalink
docs(po): fix po endpoint docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Apr 11, 2024
1 parent 1b5072a commit 2c8b554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub_adapter/routers/podorc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2c8b554

Please sign in to comment.