#430 Fix on-demand policy documentation indentation error
Merged 4 years ago by mprahl. Opened 4 years ago by yashn.
yashn/greenwave on_demand_policy  into  master

file modified
+1 -4
@@ -297,8 +297,6 @@ 

             "excluded_packages": ["python2-*"]

         }

  

- 

- 

      **Sample On-demand policy response**:

  

      .. sourcecode:: none
@@ -348,8 +346,7 @@ 

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

-                       {"type":"RemoteRule"}]

-         Do not use this parameter along with `decision_context`.

+         {"type":"RemoteRule"}]. Do not use this parameter along with `decision_context`.

      :statuscode 200: A decision was made.

      :statuscode 400: Invalid data was given.

      """  # noqa: E501

no initial comment

Commit ea9c83b fixes this pull-request

Pull-Request has been merged by mprahl

4 years ago

Pull-Request has been merged by mprahl

4 years ago
Metadata