Project

General

Profile

Bug #29583

Updated by Ondřej Ezr over 3 years ago

Association not found for organization when listing Ansible roles or variables for an Organization 

 The API doc says one can pass taxonomies (org/loc) when calling the list roles endpoint, but this results in a 500 error: 

 <pre> 
 { 
   error: { 
     message: "Association not found for organization" 
   } 
 } 
 </pre> 

 (same with location ;))

Back