маппинг
This commit is contained in:
@@ -141,6 +141,7 @@ class TeamDirectoryPayload(BaseModel):
|
||||
short_name_en: str = Field(default="", max_length=255)
|
||||
city_ru: str = Field(default="", max_length=255)
|
||||
city_en: str = Field(default="", max_length=255)
|
||||
color_hex: str = Field(default="", max_length=9)
|
||||
logo_url: str = Field(default="", max_length=2000)
|
||||
active: bool = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user