/
CS
cs2kz
/
CS2KZ API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 23h ago
Details
Filter operations
CS2 Server Authentication
1
CS2 Servers
6
cs2kz-metamod
3
Jumpstats
2
Maps
4
Player Bans
5
get
Returns the latest player bans.
post
Bans a player.
get
Returns the ban with the specified ID.
delete
Reverts a ban and creates an unban.
patch
Updates an active ban.
Players
5
Records
2
User Authentication
3
Users
5
Player Bans
Updates an active ban.
patch
/bans/{ban_id}
Path parameters
ban_id
integer
required
Request body
BanUpdate
required
reason
'macro'
|
'auto-bhop'
|
'auto-strafe'
expires_at
string
date-time
a UTC timestamp
Example request
{ "expires_at": "1970-01-01T00:00:00Z" }
Changes