From 8215461e0d3cabb7db7e2e6ccd11782a98aff477 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 16 Apr 2024 22:57:13 +0200 Subject: [PATCH] Update API schema to include weekday for macro execute --- api.v1.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api.v1.yaml b/api.v1.yaml index 186c319..445d38e 100644 --- a/api.v1.yaml +++ b/api.v1.yaml @@ -677,6 +677,10 @@ paths: name: macro_id in: path required: true + - schema: + type: integer + name: weekday + in: query put: summary: execute a macro tags: