{
"data": {
"type": "Tournaments",
"attributes": {
"name": "Test tournament",
"tournament_type": "single elimination",
"match_options": {
"consolation_matches_target_rank": 3
},
"group_stage_enabled": true,
"group_stage_options": {
"stage_type": "round robin",
"group_size": 4,
"participant_count_to_advance_per_group": 2
}
}
}
}{
"data": {
"type": "Participants",
"attributes": {
"name": "Player 1"
}
}
}{
"data": {
"type": "Participants",
"attributes": {
"participants": [
{
"name": "Player 2"
},
{
"name": "Player 3"
},
{
"name": "Player 4"
},
{
"name": "Player 5"
},
{
"name": "Player 6"
},
{
"name": "Player 7"
},
{
"name": "Player 8"
}
]
}
}
}{
"data": {
"type": "TournamentState",
"attributes": {
"state": "start_group_stage"
}
}
}
}{
"data": {
"type": "Match",
"attributes": {
"match": [
{
"participant_id": "215353979",
"score_set": "3",
"advancing": true
},
{
"participant_id": "215353980",
"score_set": "1"
}
]
}
}
}{
"data": {
"type": "TournamentState",
"attributes": {
"state": "finalize_group_stage"
}
}
}
}{
"data": {
"type": "TournamentState",
"attributes": {
"state": "start"
}
}
}
}{
"data": {
"type": "TournamentState",
"attributes": {
"state": "finalize"
}
}
}
}