Project

General

Profile

Bug #29310

Updated by Ewoud Kohl van Wijngaarden about 4 years ago

<pre> ``` 
 [ INFO 2020-03-09T15:55:59 API] POST /katello/api/content_view_versions/2/promote 
 [DEBUG 2020-03-09T15:55:59 API] Params: { 
     "environment_id" => "3", 
              "force" => nil 
 } 
 [DEBUG 2020-03-09T15:55:59 API] Headers: {} 
 [DEBUG 2020-03-09T15:55:59 API] Using authenticator: HammerCLIForeman::Api::InteractiveBasicAuth 
 [ERROR 2020-03-09T15:55:59 API] 400 Bad Request 
 [DEBUG 2020-03-09T15:55:59 API] { 
     "displayMessage" => "Could not find environments for promotion", 
             "errors" => [ 
         [0] "Could not find environments for promotion" 
     ] 
 } 
 </pre> ``` 
 This should be updated to use the new `environment_ids` array of values.

Back