cURL
curl --request PATCH \ --url https://quark.bot/api/servers/{guildId}/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "options": {} }'
The ID of the guild.
The bot to modify the configuration of. Either “main” or “pro”.
An object with only the fields you want to modify, with their new value.
Was this page helpful?