Skip to content

Commit 8ed4ddb

Browse files
martinkersnergithub-actions[bot]
authored andcommitted
chore: sync generated _endpoints.py with backend spec
1 parent 9e958e3 commit 8ed4ddb

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

datamaxi/_endpoints.py

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -558,14 +558,14 @@
558558
"from": {
559559
"required": False,
560560
"in": "query",
561-
"type": "str",
562-
"description": "Specifies from",
561+
"type": "int",
562+
"description": "Specifies from (unix seconds)",
563563
},
564564
"to": {
565565
"required": False,
566566
"in": "query",
567-
"type": "str",
568-
"description": "Specifies to",
567+
"type": "int",
568+
"description": "Specifies to (unix seconds)",
569569
},
570570
"sort": {
571571
"required": False,
@@ -632,16 +632,14 @@
632632
"from": {
633633
"required": False,
634634
"in": "query",
635-
"type": "str",
636-
"default": "now - 1 month",
637-
"description": "Specifies from",
635+
"type": "int",
636+
"description": "Specifies from (unix seconds)",
638637
},
639638
"to": {
640639
"required": False,
641640
"in": "query",
642-
"type": "str",
643-
"default": "now",
644-
"description": "Specifies to",
641+
"type": "int",
642+
"description": "Specifies to (unix seconds)",
645643
},
646644
"interval": {
647645
"required": False,

0 commit comments

Comments
 (0)