Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Jan 25, 2025
1 parent 36f64a0 commit 92b901a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.AlmanaxApi(api_client)
language = 'fr' # str | code
var_date = 'Tue Jul 14 00:00:00 UTC 2020' # date | yyyy-mm-dd
var_date = 'Sat Jan 25 00:00:00 UTC 2025' # date | yyyy-mm-dd
level = 56 # int | character level for the reward_xp field (optional)

try:
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.AlmanaxApi(api_client)
language = 'fr' # str | code
var_date = 'Tue Jul 14 00:00:00 UTC 2020' # date | yyyy-mm-dd
var_date = 'Sat Jan 25 00:00:00 UTC 2025' # date | yyyy-mm-dd
level = 56 # int | character level for the reward_xp field (optional)

try:
Expand Down

0 comments on commit 92b901a

Please sign in to comment.