Issue #684
closedAPI returns urls to endpoints that do not exist.
Description
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 bug was cloned from Bugzilla Bug #1187287 +
Updated by bmbouter over 8 years ago
This URL is built in the ContentTypeResourceView class. There is a comment about it there.
+ This comment was cloned from Bugzilla #1187287 comment 1 +
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to MODIFIED
- Platform Release set to 2.7.0
This is not actual anymore. This endpoint was removed from API
https://github.com/pulp/pulp/pull/1810
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by amacdona@redhat.com almost 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Updated by bmbouter over 3 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.