LinkClan
Allows to link the discord server with the clan. This can only be done by clan leaders or anyone with bot permissions.
Path parameters
-
discordid
string Required
Query parameters
-
memberid
string Required
POST
/bot/clans/{discordid}/
curl \
--request POST 'http://api.example.com/bot/clans/{discordid}/?memberid=string' \
--header "apiKey: $API_KEY"
Response examples (200)
{
"Success": "string",
"ClanID": 42,
"Server Discord ID": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string