UpdateBotConfigByServer

PUT /bot/config/{discordid}

Update Bot Config By Server

Path parameters

  • discordid string Required

Query parameters

  • languaje string

    Maximum length is 2. Values are en, es, ru, fr, or de. Default value is en.

  • clanlog boolean
  • kick boolean
  • readypvp boolean
  • walkeralarm boolean

Responses

  • 200 application/json

    Default Response

    Hide response attribute Show response attribute object
    • message string Required
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

PUT /bot/config/{discordid}
curl \
 --request PUT 'http://api.example.com/bot/config/{discordid}' \
 --header "apiKey: $API_KEY"
Response examples (200)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string