diff --git a/hub_adapter/routers/hub.py b/hub_adapter/routers/hub.py index 43c87a8..58ab5e8 100644 --- a/hub_adapter/routers/hub.py +++ b/hub_adapter/routers/hub.py @@ -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[