From e31e56242485424f46e366a1227d8b52719aadbe Mon Sep 17 00:00:00 2001 From: martinkersner <2312761+martinkersner@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:30:14 +0000 Subject: [PATCH] chore: sync generated _endpoints.py with backend spec --- datamaxi/_endpoints.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datamaxi/_endpoints.py b/datamaxi/_endpoints.py index 424b6d9..d103680 100644 --- a/datamaxi/_endpoints.py +++ b/datamaxi/_endpoints.py @@ -105,14 +105,14 @@ "from": { "required": False, "in": "query", - "type": "str", - "description": "Specifies from", + "type": "int", + "description": "Specifies from (unix seconds)", }, "to": { "required": False, "in": "query", - "type": "str", - "description": "Specifies to", + "type": "int", + "description": "Specifies to (unix seconds)", }, }, },