POST
/
servers
/
{guildId}
/
active
/
ignore
/
targets
Actively Ignore Targets
curl --request POST \
  --url https://quark.bot/api/servers/{guildId}/active/ignore/targets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": 123,
  "logType": 123,
  "count": 123,
  "time": 123
}'
guild ID
string
The ID of the guild.
id
string
required
The ID of the target to ignore. (for invites this is the code)
type
integer
required
The type of target to ignore. MEMBER: 0, CHANNEL: 1, EMOJI: 2, GUILD: 3, INVITE: 4, NONE: 5, MESSAGE: 6, ROLE: 7, THREAD: 8, USER: 9, STAGE: 10, EVENT: 11
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.