Actions
Bug #27590
closedContent Uploads API expects the content_upload id as an Integer, while it is a String (UUID)
Description
{
"api_url": "/katello/api/repositories/:repository_id/content_uploads/:id",
"deprecated": null,
"http_method": "PUT",
"short_description": "Upload a chunk of the file's content"
}
],
"doc_url": "../apidoc/v2/content_uploads/update",
"errors": [],
"examples": [],
"formats": null,
"full_description": "",
"headers": [],
"metadata": null,
"name": "update",
"params": [
{
"allow_blank": false,
"allow_nil": false,
"description": "\n<p>Upload request id</p>\n",
"expected_type": "numeric",
"full_name": "id",
"metadata": null,
"name": "id",
"required": true,
"show": true,
"validations": [],
"validator": "Must be a number."
},
expected_type should be string, not numeric
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8265 added
Updated by The Foreman Bot almost 7 years ago
- Fixed in Releases Katello 3.14.0 added
Updated by Evgeni Golov almost 7 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|cf1acc58e4577e3cc577981d0fe39914e9bbb8f0.
Updated by Chris Roberts almost 7 years ago
- Target version set to Katello 3.13.0
- Triaged changed from No to Yes
Updated by Evgeni Golov almost 7 years ago
- Related to Tracker #27680: API bugs that need workarounds in foreman-ansible-modules added
Actions