From 8d91313baeaa0b7701ad815720b2116102109e36 Mon Sep 17 00:00:00 2001 From: martinkersner <2312761+martinkersner@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:51:47 +0000 Subject: [PATCH] chore: sync generated _endpoints.py with backend spec --- datamaxi/_endpoints.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datamaxi/_endpoints.py b/datamaxi/_endpoints.py index 5b87a54..0058666 100644 --- a/datamaxi/_endpoints.py +++ b/datamaxi/_endpoints.py @@ -100,6 +100,7 @@ "in": "query", "type": "str", "default": "1d", + "enum": ["1m", "5m", "15m", "1h", "4h", "12h", "1d"], "description": "Specifies interval", }, "from": { @@ -646,6 +647,7 @@ "in": "query", "type": "str", "default": "5m", + "enum": ["5m", "15m", "1h", "4h", "12h", "1d"], "description": "interval", }, },