Project

General

Profile

Bug #34296

Updated by Justin Sherrill over 3 years ago

We need to remove the repository types from the apipie definition: https://github.com/Katello/katello/blob/master/app/controllers/katello/api/v2/repositories_controller.rb#L82. We cannot show only enabled types since the apipie cache is generated without a running Katello server (so no enabled types at all, only defined types). 

 As part of this, Once the types are removed, we should update can replace the docs repo create API to direct users to another api to show those repo API endpoint that will return the enabled repository types.    That endpoint should be implemented as well as a hammer command to list them.

Back