PATCH
/
servers
/
{guildId}
/
serverlog
curl --request PATCH \
  --url https://quark.bot/api/servers/{guildId}/serverlog \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "options": {}
}'
guild ID
string

The ID of the guild.

bot
string
default:
"main"

The bot to modify the configuration of. Either “main” or “pro”.

options
object
required

An object with only the fields you want to modify, with their new value.