post https://api.nodecraft.studio/v1/reputation/kicks
Kicks Player(s) from a Game Server or Community. Will notify the kicked Players.
Responses
Kicks Player(s) from a Game Server or Community. Will notify the kicked Players.
xxxxxxxxxx
POST /v1/reputation/kicks?page=1 HTTP/1.1
Accept: application/json
Content-Type: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
11{
"code": "reputation.kicks.create.success",
"message": "Successfully created kick(s).",
"success": true,
"data": [
{
"id": "00000000-0000-0000-0000-000000000000"
}
],
"error": false
}