From 6f33503ad11705488d66cc1b2d246a8a272c1f73 Mon Sep 17 00:00:00 2001 From: Bart274 Date: Sun, 29 Dec 2024 09:34:53 +0100 Subject: [PATCH] [IMP] add match details in event template to support updating match events --- spond/_event_template.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spond/_event_template.py b/spond/_event_template.py index 39a03df..4cfb0f1 100644 --- a/spond/_event_template.py +++ b/spond/_event_template.py @@ -18,6 +18,17 @@ "latitude": None, "longitude": None, }, + "matchEvent": False, + "matchInfo": { + "opponentName": None, + "opponentScore": None, + "scoresFinal": False, + "scoresSet": False, + "scoresSetEver": False, + "teamName": None, + "teamScore": None, + "type": None, + }, "owners": [{"id": None}], "visibility": "INVITEES", "participantsHidden": False,