Actions
Issue #9376
closedFix update call for the ACS so paths are not silenty removed
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 105
Quarter:
Description
$ http PATCH :24817/pulp/api/v3/acs/file/file/a7e144f8-6e91-4e97-b9c0-06f446ebe24a/ name=lala
HTTP/1.1 200 OK
Access-Control-Expose-Headers: Correlation-ID
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Connection: close
Content-Length: 252
Content-Type: application/json
Correlation-ID: 072fa354343b4f0ab90c6e30dd8b510e
Date: Fri, 10 Sep 2021 12:51:15 GMT
Referrer-Policy: same-origin
Server: gunicorn
Vary: Accept, Cookie
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
{
"last_refreshed": null,
"name": "lala",
"paths": [
""
],
"pulp_created": "2021-09-10T12:41:21.136292Z",
"pulp_href": "/pulp/api/v3/acs/file/file/a7e144f8-6e91-4e97-b9c0-06f446ebe24a/",
"remote": "/pulp/api/v3/remotes/rpm/rpm/f2c01598-c926-4f24-a93d-cc7c379ad6f9/"
}
Updated by ipanova@redhat.com about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 3 years ago
Updated by ipanova@redhat.com about 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|fbd0f3a2fd764ae542ac90c82a496c086b34f130.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixed update call for the ACS so paths are not silenty removed when other fields are being updated.
closes #9376