Bug #25417
content_view_components path & method are different to other create/destroy actions
Description
PUT /katello/api/content_views/:composite_content_view_id/content_view_components/add
Should probably be POST /katello/api/content_views/:composite_content_view_id/content_view_components
PUT /katello/api/content_views/:composite_content_view_id/content_view_components/remove
Should probably be DELETE /katello/api/content_views/:composite_content_view_id/content_view_components/:content_view_component_id
Related issues
History
#1
Updated by Sean O'Keeffe over 3 years ago
- Subject changed from content_view_components path & a different to other create/destroy actions to content_view_components path & method are different to other create/destroy actions
#2
Updated by Sean O'Keeffe over 3 years ago
- Related to Tracker #25416: Katello APIv3 tracker added
#3
Updated by Andrew Kofink over 3 years ago
- Triaged changed from No to Yes
- Target version set to Katello Recycle Bin
- Status changed from New to Rejected
You're right this is not consistent, but we can't change it for V2 at this point without breaking backwards compatibility.
#4
Updated by Andrew Kofink over 3 years ago
- Target version changed from Katello Recycle Bin to Katello Backlog
- Status changed from Rejected to New