This commit is contained in:
2024-06-12 15:54:56 +03:00
parent 3fb38cac3a
commit 2951a559bc
13 changed files with 245 additions and 61 deletions

View File

@ -48,3 +48,7 @@ class AnonUser(BaseModel):
class Config:
from_attributes = True
class AnonUserPatch(BaseModel):
name: str