We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
examples
example
1 parent dd3a4d0 commit bf28dfeCopy full SHA for bf28dfe
1 file changed
fastapi_amis_admin/crud/utils.py
@@ -14,7 +14,7 @@
14
str,
15
Query(
16
title="ids",
17
- example="1,2,3",
+ examples=["1", "1,2,3"],
18
description="Primary key or list of primary keys",
19
),
20
]
@@ -36,7 +36,7 @@ def parser_item_id(
36
...,
37
min_length=1,
38
title="pk",
39
40
41
)
42
) -> List[str]:
0 commit comments