Skip to content
Snippets Groups Projects
Commit 9336046e authored by Lukas Schneider's avatar Lukas Schneider
Browse files

Update description for login function

parent fafb8f5f
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,8 @@ def transfer_revert(request):
def login(request):
"""
Login an user.
@body_param user_id: int
@body_param identifier: string/int
@body_param identifier_type: int
"""
identifier = request.POST.get('identifier')
ident_type = request.POST.get('identifier_type')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment