From aaae45399883cadfb0e5176d7a0abd344a9e13c4 Mon Sep 17 00:00:00 2001 From: Tom Winter Date: Tue, 23 Jul 2024 13:09:02 +0200 Subject: [PATCH] Update docs/api-specs/reporting-api-v1.yaml Co-authored-by: Sebastian --- docs/api-specs/reporting-api-v1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api-specs/reporting-api-v1.yaml b/docs/api-specs/reporting-api-v1.yaml index a6ff9fc..d026185 100644 --- a/docs/api-specs/reporting-api-v1.yaml +++ b/docs/api-specs/reporting-api-v1.yaml @@ -461,10 +461,12 @@ components: properties: from: type: string + description: optional start date for the time period of the data included in the report format: date nullable: true to: type: string + description: optional end date filtering data included in the report. If no date is given here, all data (possibly filtered by the "from" date) is included. The field considered for date filtering are defined in each report's query specifically. format: date nullable: true status: