POST
/
servers
/
{guildId}
/
active
/
ignore
/
executors
Actively Ignore Executors
curl --request POST \
  --url https://quark.bot/api/servers/{guildId}/active/ignore/executors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "logType": 123,
  "count": 123,
  "time": 123
}'
guild ID
string
The ID of the guild.
id
string
required
The ID of the executor to ignore.
logType
integer
The type ID of the log. See the log types for more information.
count
integer
The number of events to ignore.
time
integer
The period in seconds to apply the ignore for.