Bug #7328
closedAPI routes for sync plan are inconsistent with products.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1132817
Description of problem:
API routes for sync plan are inconsistent with products.
Products have API calls to list all products and per org:
GET /katello/api/v2/products
List products
GET /katello/api/v2/organizations/:organization_id/products
List of products in an organization
Sync-plan has not the list all plans, only the per org
GET /katello/api/v2/organizations/:organization_id/sync_plans
List synchronization plans
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Consistent routes, either only per Organization routes only or add also the route for sync_plans without the organizations part in the URL
Additional info: