Competitions
Was this helpful?
Was this helpful?
Endpoints for managing competitions
Updates the list of users participating in a specific competition. Required admin role.
Request to edit users
Set of user IDs to be edited
1,2,3
No content
Updates the list of checkers for a specific competition. Required admin role.
Request to edit users
Set of user IDs to be edited
1,2,3
No content
Creates a new competition object. Required admin role.
Name of the competition
Code Battles 2023
Description of the competition
A competitive coding event
Start time of the competition
2023-01-01T10:00:00
End time of the competition
2023-01-01T18:00:00
Allows a user to submit an answer for a specific competition problem.
Request to send an answer
ID of the checker
1
Source code submitted as the answer
print(input())
ID of the answer
1001