メインコンテンツまでスキップ
バージョン: 0.4.15

Ban player.

POST 

http://localhost:8212/v1/api/ban

To ban the player.

Request

Body

required

Must use with request body.

    userid stringrequired

    The player ID to ban.

    message string

    The message to display to the banned player.

Responses

The player was banned.


Request Collapse all
Base URL
http://localhost:8212/v1/api
Auth
Body required
{
  "userid": "steam_00000000000000000",
  "message": "You are banned."
}
ResponseClear

Click the Send API Request button above and see the response here!