Skip to content

Commit b939957

Browse files
committedNov 17, 2024·
fix: don't let members edit ist_id
1 parent b285f7c commit b939957

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎app/api/members/routes.py

-5
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,9 @@ def update_member(username):
7878
schema = {
7979
"type": "object",
8080
"properties": {
81-
"ist_id": {"type": "string"},
82-
"member_number": {"type": "number"},
8381
"name": {"type": "string"},
84-
"join_date": {"type": "string"},
8582
"course": {"type": "string"},
8683
"email": {"type": "string"},
87-
"exit_date": {"type": "string"},
88-
"extra": {"type": "string"},
8984
"description": {"type": "string"},
9085
},
9186
"additionalProperties": False

0 commit comments

Comments
 (0)
Please sign in to comment.