v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
admin

Ban a player from the configured game

post/v1/admin.banPlayer

Request body

$schemastring uri

A URL to the JSON Schema for this object.

cheatDescriptionstring required
durationSecondsinteger required

Ban length in seconds; 0 = permanent

reporterSteamId64string

Optional reporter SteamID64

steamId64string required

Target player SteamID64

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

okboolean required
reportIdstring required

Example response

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