Skip to content

Commit

Permalink
add ProfileBanner.image_2x
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Sep 7, 2023
1 parent 14e7b69 commit 1c0738c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ossapi/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ class ProfileBanner(Model):
id: int
tournament_id: int
image: str
image_2x: str = Field(name="image@2x")

class UserAccountHistory(Model):
description: Optional[str]
Expand Down

0 comments on commit 1c0738c

Please sign in to comment.