Admin

End a competition

End an active competition and finalize the results

post/api/admin/competition/end

Request body

competitionIdstring required

ID of the competition to end

Response

Competition ended successfully

successboolean

Operation success status

Example response

{
  "competition": {
    "maxParticipants": 50
  }
}

Changes