Mute player
Mute a player on the game server. ⚠️ This action has a cooldown of 120 seconds, per player.
| Path Parameters |
|---|
uuid uuid — REQUIREDUUID of the player |
| Request Body — REQUIRED |
|---|
note stringOptional
|
type string — REQUIREDPossible values: [ Type of mute duration |
period stringDuration period (required if type is 'period'). Available options include:
|
date dateEnd date
|
| Responses | ||
|---|---|---|
200successful operation
| ||
400Invalid input
| ||
404Player not found
| ||
429Too many requests
|