Skip to main content
PATCH
/
servers
/
{guild_id}
/
config
/
logging
/
settings
PATCH /servers/{guild_id}/config/logging/settings
curl --request PATCH \
  --url https://quark.bot/api/servers/{guild_id}/config/logging/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "spoilers": true,
  "pluralkit_integration": true,
  "ignore_bot_targets": true,
  "ignore_bot_executors": true,
  "format_type": 123,
  "buttons": [
    "<string>"
  ],
  "active_ignore": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.quark.bot/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

guild_id
string
required

The guild_id.

Body

application/json
spoilers
boolean

Whether to log messages with spoilers hidden.

pluralkit_integration
boolean

Whether PluralKit integration is enabled.

ignore_bot_targets
boolean

Whether to ignore actions that target bots.

ignore_bot_executors
boolean

Whether to ignore actions executed by bots.

format_type
integer

The log formatting type. Requires Pro or Pro Lite.

buttons
string[]

The list of buttons attached to logs.

active_ignore
boolean

Whether active ignore is enabled.

Response

200

Successful response