Name | Type | Description | Notes |
---|---|---|---|
bonusWhitelist | List<String> | from all available bonuses (ids) from /dofus3/meta/{language}/almanax/bonuses. Delete old entries with empty array []. Just null changes nothing. | [optional] |
bonusBlacklist | List<String> | from all available bonuses (ids) from /dofus3/meta/{language}/almanax/bonuses. Delete old entries with empty array []. Just null changes nothing. | [optional] |
subscriptions | List<String> | Get the available subscriptions with /meta/webhooks/almanax | [optional] |
dailySettings | CreateAlmanaxWebhookDailySettings | [optional] | |
isoDate | Boolean | If false, it will use common local time formats and weekday translations. If true, the format is YYYY-MM-DD. | [optional] |
mentions | Map<String, List<CreateAlmanaxWebhookMentionsValueInner>> | Almanax bonus ids mapped to array of mentions. | [optional] |
intervals | Set<IntervalsEnum> | [optional] | |
weeklyWeekday | WeeklyWeekdayEnum | When to post the weekly preview at the specified time. | [optional] |
Name | Value |
---|---|
DAILY | "daily" |
WEEKLY | "weekly" |
MONTHLY | "monthly" |
Name | Value |
---|---|
SUNDAY | "sunday" |
MONDAY | "monday" |
TUESDAY | "tuesday" |
WEDNESDAY | "wednesday" |
THURSDAY | "thursday" |
FRIDAY | "friday" |
SATURDAY | "saturday" |