Competition Problems
Endpoints for managing competition problems
Retrieves a paginated list of all competition problems. Required admin role.
Zero-based page index (0..N)
0The size of the page to be returned
20Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Creates a new competition problem.
Details for creating a competition problem
Priority of the problem in the competition
1Slug identifier for the problem
problem-slugID of the competition
1001ID of the problem
2002OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Deletes multiple competition problems by their IDs. Required admin role.
OK
No content
Unauthorized
Forbidden
Conflict
Internal Server Error
No content
Applies partial updates to multiple competition problems. Required admin role.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Retrieves details of a specific competition problem by its ID. Required admin role.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Deletes a specific competition problem by its ID. Required admin role.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Applies partial updates to a specific competition problem. Required admin role.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Retrieves details of multiple competition problems by their IDs. Required admin role.
OK
Unauthorized
Forbidden
Conflict
Internal Server Error
Last updated
Was this helpful?