Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 3, 2024
1 parent e254903 commit b90166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/AlmanaxApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.AlmanaxApi(api_client)
language = 'fr' # str | code
filter_bonus_type = 'experience-points' # str | ids from meta/{language}/almanax/bonuses (optional)
range_from = 'Thu Sep 15 00:00:00 UTC 2016' # date | yyyy-mm-dd (optional)
range_to = 'Wed Sep 28 00:00:00 UTC 2016' # date | yyyy-mm-dd (optional)
range_from = '2013-10-20' # date | yyyy-mm-dd (optional)
range_to = '2013-10-20' # date | yyyy-mm-dd (optional)
range_size = -1 # int | size of the returned range (optional)
timezone = 'Europe/Paris' # str | determine what the current time is. If you live in Brazil, \"today\" will be hours apart from Paris. Use your timezone to get results relative to your location. (optional) (default to 'Europe/Paris')

Expand Down

0 comments on commit b90166d

Please sign in to comment.