Skip to content

Commit

Permalink
docs(hub): fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Apr 8, 2024
1 parent 5da04c3 commit e4256ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub_adapter/routers/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ async def list_analyses_of_nodes(
include: Annotated[
str | None,
Query(
description="Whether to include additional data for the given parameter. Can only be 'node' or null",
pattern="^(node|analysis)$", # Must be "node",
description="Whether to include additional data for the given parameter. Can only be 'node'/'analysis'",
pattern="^(node|analysis)$", # Must be "node" or "analysis" or null,
),
] = "analysis",
filter_id: Annotated[
Expand Down

0 comments on commit e4256ef

Please sign in to comment.