Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.77 KB

PutAlmanaxWebhook.md

File metadata and controls

44 lines (28 loc) · 1.77 KB

PutAlmanaxWebhook

Properties

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]

Enum: Set<IntervalsEnum>

Name Value
DAILY "daily"
WEEKLY "weekly"
MONTHLY "monthly"

Enum: WeeklyWeekdayEnum

Name Value
SUNDAY "sunday"
MONDAY "monday"
TUESDAY "tuesday"
WEDNESDAY "wednesday"
THURSDAY "thursday"
FRIDAY "friday"
SATURDAY "saturday"