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
the response of api endpoint /api/info/users looks like an array of objects structured like {"id":4,"username":"test","role":"contestant","status":0,"score":800,"email":"[email protected]"}. We need to add the rank field for each user. Refer to single user info api for implementation of this.
The text was updated successfully, but these errors were encountered:
the response of api endpoint
/api/info/users
looks like an array of objects structured like{"id":4,"username":"test","role":"contestant","status":0,"score":800,"email":"[email protected]"}
. We need to add the rank field for each user. Refer to single user info api for implementation of this.The text was updated successfully, but these errors were encountered: