feat: patch and get statuses endpoints
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
from schemas.base import BaseSchema, BaseResponse
|
||||
from schemas.status import StatusSchema
|
||||
|
||||
|
||||
# region Entity
|
||||
@ -12,7 +11,6 @@ class BaseBoardSchema(BaseSchema):
|
||||
class BoardSchema(BaseBoardSchema):
|
||||
id: int
|
||||
lexorank: str
|
||||
statuses: list[StatusSchema]
|
||||
|
||||
|
||||
class UpdateBoardSchema(BaseSchema):
|
||||
|
||||
Reference in New Issue
Block a user