feat: add /comment rout
This commit is contained in:
@@ -29,4 +29,10 @@ class SelectChoice(BaseModel):
|
||||
|
||||
class ReactionCard(BaseModel):
|
||||
user_id: NonNegativeInt
|
||||
card_id: NonNegativeInt
|
||||
card_id: NonNegativeInt
|
||||
|
||||
class AddCommentBody(BaseModel):
|
||||
author_id: NonNegativeInt
|
||||
card_id: NonNegativeInt
|
||||
|
||||
comment_text: str
|
||||
Reference in New Issue
Block a user