an API call to /v2/content/types/<type_id>/ includes endpoints that do not exist. Example output: { "_id": { "$oid": "54c69156fd74e21a651e2809" }, "actions": { "_href": "/pulp/api/v2/content/types/rpm/actions/" }, "content_units": { "_href": "/pulp/api/v2/content/types/rpm/units/" }, ... } The "actions" and "content_units" hrefs are not real endpoints. These should be left in place but removed in Pulp 3.0
This URL is built in the ContentTypeResourceView class. There is a comment about it there.
Moved to https://pulp.plan.io/issues/684