v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
admin

Remove a player's game ban

post/v1/admin.unbanPlayer

Request body

$schemastring uri

A URL to the JSON Schema for this object.

steamId64string required

Target player SteamID64

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AdminUnbanPlayerRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

okboolean required

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AdminUnbanPlayerResponseBody.json"
}