We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb21092 commit e09daefCopy full SHA for e09daef
1 file changed
models/player_model.py
@@ -53,7 +53,8 @@ class PlayerRequestModel(MainModel):
53
middle_name (Optional[str]): The middle name of the Player, if any.
54
last_name (str): The last name of the Player.
55
date_of_birth (Optional[str]): The date of birth of the Player, if provided.
56
- squad_number (int): The unique squad number assigned to the Player.
+ squad_number (int): The unique, positive squad number assigned to the
57
+ Player.
58
position (str): The playing position of the Player.
59
abbr_position (Optional[str]): The abbreviated form of the Player's position,
60
if any.
0 commit comments