AddWalker

POST /bot/walkers/

Add or update a walker

Query parameters

Responses

  • 201 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

POST /bot/walkers/
curl \
 --request POST 'http://api.example.com/bot/walkers/?walkerid=string&discordid=string&name=string&lastUser=string' \
 --header "apiKey: $API_KEY"
Response examples (201)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string