Skip to content

Commit

Permalink
Replace deprecated example parameter of fastapi.Path()
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 16, 2024
1 parent 26afda2 commit 97fbd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/services/library_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
str,
Path(
title="The encoded ID of a library folder or dataset.",
example="F0123456789ABCDEF",
examples=["F0123456789ABCDEF"],
min_length=16,
pattern="F?[0-9a-fA-F]+",
),
Expand Down

0 comments on commit 97fbd96

Please sign in to comment.