feat: check if user role and element belong to org

This commit is contained in:
swve 2023-03-22 21:37:39 +01:00
parent bae31f795a
commit 48cf26790a
2 changed files with 28 additions and 1 deletions

View file

@ -17,6 +17,7 @@ class Lecture(BaseModel):
class LectureInDB(Lecture):
lecture_id: str
coursechapter_id: str
org_id: str
creationDate: str
updateDate: str