#569 Clarify "when" decision API parameter
Merged 4 years ago by lholecek. Opened 4 years ago by lholecek.
lholecek/greenwave update-api-doc  into  master

Clarify "when" decision API parameter
Lukas Holecek • 4 years ago  
file modified
+2 -1
@@ -377,7 +377,8 @@ 

      :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"},

Pull-Request has been merged by lholecek

4 years ago
Metadata