File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def dc_get_base(
167167 nulls : Annotated [Optional [str ], Query (description = "Sort null values first or last in order. Accepted values: 'first' or 'last'." )] = None ,
168168 pretty : Annotated [Optional [str ], Query (description = f"Pretty print the result set. { _TF_TEXT } " )] = None ,
169169 prune : Annotated [Optional [str ], Query (description = f"Remove keys with null values. { _TF_TEXT } " )] = None ,
170- random : Annotated [Optional [str ], Query (description = f"Returns array of random superheros based on limit. { _TF_TEXT } " )] = None ,
170+ random : Annotated [Optional [str ], Query (description = f"Returns array of random superheroes based on limit. { _TF_TEXT } " )] = None ,
171171 s : Annotated [Optional [str ], Query (description = "Columns to sort on." )] = None ,
172172 seed : Annotated [Optional [str ], Query (description = f"Keep the same random characters on multiple requests. { _TF_TEXT } " )] = None ,
173173 universe : Annotated [Optional [str ], Query (include_in_schema = False )] = None ,
You can’t perform that action at this time.
0 commit comments