latestOpenAPI 3.1.02026-08-2289226297.1 KB

9930915a1df9

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"
}