File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def dc_get_base(
160160 h : Annotated [Optional [str ], Query (description = "Headers to display. Either a string or Array of strings" )] = None ,
161161 help : Annotated [Optional [str ], Query (description = f"List available options. { _TF_TEXT } " )] = None ,
162162 limit : Annotated [Optional [str ], Query (description = "Limit result set. '0' for no limit" )] = None ,
163- nulls : Annotated [Optional [str ], Query (description = f "Sort null values first or last in order. { _TF_TEXT } " )] = None ,
163+ nulls : Annotated [Optional [str ], Query (description = "Sort null values first or last in order. Accepted values: 'first' or 'last'. " )] = None ,
164164 pretty : Annotated [Optional [str ], Query (description = f"Pretty print the result set. { _TF_TEXT } " )] = None ,
165165 prune : Annotated [Optional [str ], Query (description = f"Remove keys with null values. { _TF_TEXT } " )] = None ,
166166 random : Annotated [Optional [str ], Query (description = f"Returns array of random superheros based on limit. { _TF_TEXT } " )] = None ,
You can’t perform that action at this time.
0 commit comments