Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

91 Add endpoints for starting match, ending match and update scores #116

Merged
merged 13 commits into from
Jan 30, 2024

Conversation

EthanDelage
Copy link
Collaborator

Remove PATCH /tournament/{id}/matches/{match-id} enpoint.

This endpoint has been replaced by 3 others:

  • POST /tournament/{id}/match/start
  • POST /tournament/{id}/match/add-point
  • POST /tournament/{id}/match/end

Add endpoint to launch a tournament. (POST /tournament/{id}/start)

@EthanDelage EthanDelage linked an issue Jan 29, 2024 that may be closed by this pull request
@EthanDelage EthanDelage changed the title 91 generate ranking after tournament 91 Add endpoints for starting match, ending match and update scores Jan 29, 2024
@EthanDelage EthanDelage merged commit e8176c8 into main Jan 30, 2024
5 checks passed
@EthanDelage EthanDelage deleted the 91-generate-ranking-after-tournament branch January 31, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate ranking after tournament
4 participants