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
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