Player Bans

Updates an active ban.

patch/bans/{ban_id}

Path parameters

ban_idinteger required

Request body

reason'macro' | 'auto-bhop' | 'auto-strafe'
expires_atstring date-time

a UTC timestamp

Example request

{
  "expires_at": "1970-01-01T00:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.