BUILD130 — 4 цвета + HEX/RGB ввод
This commit is contained in:
@@ -171,6 +171,8 @@ class TeamDirectoryPayload(BaseModel):
|
||||
color_2_enabled: bool = False
|
||||
color_3_hex: str = Field(default="", max_length=9)
|
||||
color_3_enabled: bool = False
|
||||
color_4_hex: str = Field(default="", max_length=9)
|
||||
color_4_enabled: bool = False
|
||||
logo_url: str = Field(default="", max_length=2000)
|
||||
active: bool = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user