Skip to content

Commit

Permalink
add default to agg_mds query
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Jan 10, 2025
1 parent feef174 commit 797f4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mds/agg_mds/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ async def get_aggregate_metadata(
@mod.get("/aggregate/metadata/{name}")
async def get_aggregate_metadata_for_commons(
name: str = Path(
description="Return the results without grouping items by commons."
default="", description="Return the results without grouping items by commons."
),
):
"""et all metadata records from a commons by name
"""get all metadata records from a commons by name
Returns an array containing all the metadata entries for a single commons.
There are no limit/offset parameters.
Expand Down

0 comments on commit 797f4e6

Please sign in to comment.