Admin
Create a competition
Create a new competition without starting it. It will be in PENDING status and can be started later.
post/api/admin/competition/create
Request body
Example request
{
"name": "Spring 2023 Trading Competition",
"description": "A trading competition for the spring semester",
"tradingType": "disallowAll",
"type": "trading",
"externalUrl": "https://example.com/competition-details",
"imageUrl": "https://example.com/competition-image.jpg",
"votingStartDate": "2024-01-15T00:00:00Z",
"votingEndDate": "2024-01-30T23:59:59Z"
}Response
Competition created successfully