update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Delete Player From Tournament
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{baseUrl}}/api/v1/tournaments/:tournament_id/player/:player_id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
tournament_id:
|
||||
player_id:
|
||||
}
|
||||
Reference in New Issue
Block a user