Actions
Bug #36346
closedACS delete via API returns empty response
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2170922
Description of problem:
ACS delete via API returns empty response. It should return id at least.
Version-Release number of selected component (if applicable):
6.13.0 snap 5
How reproducible:
always
1. Create some ACS in Satellite
2. Delete it via API:
- curl -sku admin:changeme -H "Content-type: application/json" -X DELETE https://$(hostname)/katello/api/alternate_content_sources/1
Actual results: {}
Expected results:
Something like the other entities return on delete
{"id":1,"name":"TestACS","created_at":"2023-02-17T17:27:58.774Z","updated_at":"2023-02-17T17:27:58.774Z"}
Updated by Samir Jha over 1 year ago
- Subject changed from ACS delete via API returns empty response to ACS delete via API returns empty response
- Target version set to Katello 4.9.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10550 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.9.0 added
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|7170211589792a906cd5ae88bd903dce43a88bb6.
Actions