post https://api.nodecraft.studio/v1/reputation/bans/revoke
Revokes ban for Player(s) of a Game Server or Community this Player has permissions to. Will notify the banned Players. Does not delete the ban entry.
Responses
Revokes ban for Player(s) of a Game Server or Community this Player has permissions to. Will notify the banned Players. Does not delete the ban entry.
xxxxxxxxxx
POST /v1/reputation/bans/revoke HTTP/1.1
Accept: application/json
Content-Type: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
13{
"code": "reputation.bans.delete.success",
"message": "Successfully closed out ban(s).",
"success": true,
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"scope": "global",
"date_expires": "2024-01-01T00:00:00.000Z"
}
],
"error": false
}