Description: Suspend a player
Ratelimit: 5 per 10s
Permission: suspended.write

Required parameters
Name Type Description
serverId number The server id
uuid string The player uuid
Required body
Key Type Description Default Required
reason string The reason for the suspension (min length: 10, max length: 255)
Available codes
Status Code Description
200 OK The request has been successfully completed
400 ALREADY_SUSPENDED The player is already suspended
400 BAD_BODY The request body is invalid
400 INVALID_REASON The value reason doesn't follow the requirements
400 INVALID_SERVER_ID The server id is invalid
400 MISSING_BODY The request does not have a body
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 PLAYER_NOT_FOUND The uuid doesn't refer to an existing player
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"

Description: Unsuspend a player
Ratelimit: 5 per 10s
Permission: suspended.write

Required parameters
Name Type Description
serverId number The server id
uuid string The player uuid
Required body
Key Type Description Default Required
reason string The reason for the unsuspension (min length: 10, max length: 255)
Available codes
Status Code Description
200 OK The request has been successfully completed
400 BAD_BODY The request body is invalid
400 INVALID_REASON The value reason doesn't follow the requirements
400 INVALID_SERVER_ID The server id is invalid
400 MISSING_BODY The request does not have a body
400 NOT_SUSPENDED The player is not suspended
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 PLAYER_NOT_FOUND The uuid doesn't refer to an existing player
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"