Actions
Bug #34296
openNon-enabled repository types make it into the apipie help-text
Status:
New
Priority:
Normal
Assignee:
-
Category:
Repositories
Target version:
-
Description
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, we should update the docs to direct users to another api to show those repo types. That endpoint should be implemented as well as a hammer command to list them.
Updated by Jonathon Turel about 3 years ago
- Target version set to Katello Backlog
- Difficulty changed from easy to medium
- Triaged changed from No to Yes
Updated by Samir Jha almost 3 years ago
We also have content types in API description for creating Content view filters. Whatever the fix is here will need to be applied to the filters API endpoint as well.
Actions