Actions
Bug #21923
closedAPI endpoint for auto_attach/remove/add subscription in host bulk action is incorrect
Description
→ curl -u admin:<password> --request PUT --url https://host.example.com/api/hosts/bulk/subscriptions/auto_attach --header 'content-type: application/json' --data '{"organization_id": 1, "included": {"ids": [<host_id-1>,<host_id-2>]}}' {"displayMessage":"ActiveRecord::RecordNotFound","errors":["ActiveRecord::RecordNotFound"]}
Actions