Actions
Issue #8869
closedopenAPISchema for /pulp/api/v3/repair/ doesn't have request params therefore bindings don't work
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Observe that the verify_checksums
argument is missing from here: https://docs.pulpproject.org/pulpcore/en/3.13.0/restapi.html#tag/Repair
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulpcore|782bd01cae89f88d1caf5f9a4525944ee14b7852.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixes request schema for
/pulp/api/v3/repair/
Links the RepairSerializer with the view for
/pulp/api/v3/repair/
. Without this no arguments can be passed in through bindings.closes #8869