We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b285f7c commit b939957Copy full SHA for b939957
app/api/members/routes.py
@@ -78,14 +78,9 @@ def update_member(username):
78
schema = {
79
"type": "object",
80
"properties": {
81
- "ist_id": {"type": "string"},
82
- "member_number": {"type": "number"},
83
"name": {"type": "string"},
84
- "join_date": {"type": "string"},
85
"course": {"type": "string"},
86
"email": {"type": "string"},
87
- "exit_date": {"type": "string"},
88
- "extra": {"type": "string"},
89
"description": {"type": "string"},
90
},
91
"additionalProperties": False
0 commit comments