cURL
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 }'
The ID of the guild.
The ID of the executor to ignore.
The type ID of the log. See the log types for more information.
The number of events to ignore.
The period in seconds to apply the ignore for.
Was this page helpful?