Actions
Bug #32259
closedhammer activation-key/content-host product-content not working correctly
Description
https://github.com/Katello/katello/pull/9219 removed the product_content api endpoint. It redirects if the old end point is called but is not listed in the foreman-apipie bindings. This causes issues with hammer since its unable to see the api end point.
```
$ hammer activation-key product-content
Error: The server does not support such operation.
$ hammer host subscription product-content
Error: The server does not support such operation.
```
Actions