You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Discord user hasn't participated in a previous code jam, hence has no database entry, create a new user.
(in the new database schema, there is a field that bind jam specific details to a user, hence the route)
Response code if succeded (already exists, or created): 201
Otherwise: 400
For reference, see the Miro board. (Graph 2)
The text was updated successfully, but these errors were encountered:
Route
create_user
Goal
If the Discord user hasn't participated in a previous code jam, hence has no database entry, create a new user.
(in the new database schema, there is a field that bind jam specific details to a user, hence the route)
Response code if succeded (already exists, or created):
201
Otherwise:
400
For reference, see the Miro board. (Graph 2)
The text was updated successfully, but these errors were encountered: