Project

General

Profile

Actions

Bug #36346

closed

ACS delete via API returns empty response

Added by Quinn James over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Steps to Reproduce:
1. Create some ACS in Satellite
2. Delete it via API:
  1. 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"}

Actions #1

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
Actions #2

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
Actions #3

Updated by The Foreman Bot over 1 year ago

  • Fixed in Releases Katello 4.9.0 added
Actions #4

Updated by Anonymous over 1 year ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF