feat: common style for getters
This commit is contained in:
@ -42,7 +42,7 @@ class UpdateBoardRequest(BaseSchema):
|
||||
|
||||
|
||||
class GetBoardsResponse(BaseSchema):
|
||||
boards: list[BoardSchema]
|
||||
items: list[BoardSchema]
|
||||
|
||||
|
||||
class CreateBoardResponse(BaseResponse):
|
||||
|
||||
Reference in New Issue
Block a user