-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Overview
Add support for the Arena Tournaments endpoints.
Endpoints
| Path | Method | Status |
|---|---|---|
| /api/tournament | GET | ❌ |
| /api/tournament | POST | ❌ |
| /api/tournament/{id} | GET | ❌ |
| /api/tournament/{id} | POST | ❌ |
| /api/tournament/{id}/join | POST | ❌ |
| /api/tournament/{id}/withdraw | POST | ❌ |
| /api/tournament/{id}/terminate | POST | ❌ |
| /api/tournament/team-battle/{id} | POST | ❌ |
| /api/tournament/{id}/games | GET | ❌ |
| /api/tournament/{id}/results | GET | ❌ |
| /api/tournament/{id}/teams | GET | ❌ |
| /api/user/{username}/tournament/created | GET | ❌ |
| /api/team/{teamId}/arena | GET | ❌ |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request