File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,7 +208,10 @@ def marvel_get_by_character(
208208 h : Annotated [Optional [str ], Query (description = "Headers to display. Either a string or Array of strings" )] = None ,
209209 help : Annotated [Optional [str ], Query (description = f"List available options. { _TF_TEXT } " )] = None ,
210210 limit : Annotated [Optional [str ], Query (description = "Limit result set. '0' for no limit" )] = None ,
211- nulls : Annotated [Optional [str ], Query (description = f"Sort null values first or last in order. { _TF_TEXT } " )] = None ,
211+ nulls : Annotated [
212+ Optional [str ],
213+ Query (description = "Sort null values in ordered results; accepted values: 'first' or 'last'." ),
214+ ] = None ,
212215 pretty : Annotated [Optional [str ], Query (description = f"Pretty print the result set. { _TF_TEXT } " )] = None ,
213216 prune : Annotated [Optional [str ], Query (description = f"Remove keys with null values. { _TF_TEXT } " )] = None ,
214217 s : Annotated [Optional [str ], Query (description = "Columns to sort on." )] = None ,
You can’t perform that action at this time.
0 commit comments