File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class CharacterSearchBody(BaseModel):
4949 )
5050 pretty : bool | str | None = Field (None , description = f"Pretty print the result set. { _TF_TEXT } " )
5151 prune : bool | str | None = Field (None , description = f"Remove keys with null values. { _TF_TEXT } " )
52- random : bool | str | None = Field (None , description = f"Returns array of random superheros based on limit. { _TF_TEXT } " )
52+ random : bool | str | None = Field (None , description = f"Returns array of random superheroes based on limit. { _TF_TEXT } " )
5353 s : list [SortParam | dict [str , Any ]] | str | None = Field (None , description = "Columns to sort on. Either a string or Array of sort objects" )
5454 seed : bool | str | None = Field (None , description = f"Keep the same random characters on multiple requests. { _TF_TEXT } " )
5555 universe : str | None = None
You can’t perform that action at this time.
0 commit comments