BUILD129 — три настраиваемых цвета команд
This commit is contained in:
@@ -166,6 +166,11 @@ class TeamDirectoryPayload(BaseModel):
|
||||
city_ru: str = Field(default="", max_length=255)
|
||||
city_en: str = Field(default="", max_length=255)
|
||||
color_hex: str = Field(default="", max_length=9)
|
||||
color_enabled: bool = False
|
||||
color_2_hex: str = Field(default="", max_length=9)
|
||||
color_2_enabled: bool = False
|
||||
color_3_hex: str = Field(default="", max_length=9)
|
||||
color_3_enabled: bool = False
|
||||
logo_url: str = Field(default="", max_length=2000)
|
||||
active: bool = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user