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
In the /attend-event endpoint, we should return the number of times a hacker has attended that event before, specifically the return body of statusCode 409 and 200. Add in the attribute attendance: number in the return body.
Adjust unit test if necessary.
I've updated the doc so no need to update it yourself.
Deadline: Tuesday, Oct 13
The text was updated successfully, but these errors were encountered:
In the
/attend-event
endpoint, we should return the number of times a hacker has attended that event before, specifically the return body of statusCode 409 and 200. Add in the attributeattendance: number
in the return body.The text was updated successfully, but these errors were encountered: