Skip to content

Commit 92b901a

Browse files
committed
1 parent 36f64a0 commit 92b901a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ with dofusdude.ApiClient(configuration) as api_client:
104104
# Create an instance of the API class
105105
api_instance = dofusdude.AlmanaxApi(api_client)
106106
language = 'fr' # str | code
107-
var_date = 'Tue Jul 14 00:00:00 UTC 2020' # date | yyyy-mm-dd
107+
var_date = 'Sat Jan 25 00:00:00 UTC 2025' # date | yyyy-mm-dd
108108
level = 56 # int | character level for the reward_xp field (optional)
109109

110110
try:

docs/AlmanaxApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ with dofusdude.ApiClient(configuration) as api_client:
3636
# Create an instance of the API class
3737
api_instance = dofusdude.AlmanaxApi(api_client)
3838
language = 'fr' # str | code
39-
var_date = 'Tue Jul 14 00:00:00 UTC 2020' # date | yyyy-mm-dd
39+
var_date = 'Sat Jan 25 00:00:00 UTC 2025' # date | yyyy-mm-dd
4040
level = 56 # int | character level for the reward_xp field (optional)
4141

4242
try:

0 commit comments

Comments
 (0)