From a18aa7571ac327eff0b5b69a76960e5d3b017d9b Mon Sep 17 00:00:00 2001 From: gnaponie Date: Aug 22 2019 09:51:45 +0000 Subject: One more example in the API docs Signed-off-by: gnaponie --- diff --git a/greenwave/api_v1.py b/greenwave/api_v1.py index 5a39186..0900e63 100644 --- a/greenwave/api_v1.py +++ b/greenwave/api_v1.py @@ -292,9 +292,22 @@ def make_decision(): Content-Type: application/json { + "product_version": "fedora-30", "decision_context": "bodhi_update_push_stable", - "product_version": "fedora-26", - "subject": [{"item": "cross-gcc-7.0.1-0.3.fc26", "type": "koji_build"}], + "subject": [ + { + "item": "python2-2.7.16-1.fc30", + "type": "koji_build" + }, + { + "item": "python2-docs-2.7.16-1.fc30", + "type": "koji_build" + }, + { + "item": "FEDORA-2019-0c91ce7b3c", + "type": "bodhi_update" + } + ], "verbose": true }