From 78dbcd532183a0d629d84f401374e89cde62f7ad Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Apr 01 2020 06:04:57 +0000 Subject: Clarify "when" decision API parameter Signed-off-by: Lukas Holecek --- diff --git a/greenwave/api_v1.py b/greenwave/api_v1.py index 691ca16..4335e1f 100644 --- a/greenwave/api_v1.py +++ b/greenwave/api_v1.py @@ -377,7 +377,8 @@ def make_decision(): :jsonparam list ignore_waiver: A list of waiver ids that will be ignored when making the decision. :jsonparam string when: A date (or datetime) in ISO8601 format. Greenwave will - take a decision considering only results and waivers from that point in time. + take a decision considering only results and waivers until that point in time. + Use this to get previous decision disregarding a new test result or waiver. :jsonparam list rules: A list of dictionaries containing the 'type' and 'test_case_name' of an individual rule used to specify on-demand policy. For example, [{"type":"PassingTestCaseRule", "test_case_name":"dist.abicheck"},