v1
latestOpenAPI 3.0.02026-07-26441564.4 KBServers
Update server settings
patch/servers/{id}
Path parameters
idinteger required
ID of the resource
Request body
Example request
{
"name": "google play",
"botId": 5180,
"guildid": "1218273540147646535",
"roleid": "1225834185885876296",
"channelid": "1260566188124274721",
"pic": "https://cdn.vaultcord.com/logo.png",
"font": "Minecraftia",
"backgroundColor": "#151515",
"textColor": "#FFF",
"description": "Please verify to see the rest of our server",
"githubUrl": "https://github.com/VaultCord",
"twitterUrl": "https://twitter.com/VaultCord",
"websiteUrl": "https://vaultcord.com",
"youtubeUrl": "https://youtube.com/@VaultCord",
"banner": "https://i.imgur.com/LpttueJ.gif",
"cursor": "https://i.imgur.com/VdVvG03.png",
"url": "mylink",
"minAge": 7
}Response
Successfully updated VaultCord server settings
Example response
{
"success": true,
"message": "Successfully saved settings!",
"serverId": 5180
}