Actions
Issue #4447
closedversion create api seems to take repository id instead of href
Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 49
Quarter:
Description
The generated ruby bindings for the pulp3 api seem to rely on a repository id when creating a repository version instead of an href:
-
pulp3_api.repositories_versions_create('/pulp/api/v3/repositories/8/', {})
Does not work:POST /pulp/api/v3/repositories/pulp/api/v3/repositories/8/versions/ HTTP/1.1 HTTP/1.1 404 Not Found
#pulp3_api.repositories_versions_create('8', {})
works
Actions
Problem: wrong OpenAPI schema of repo version list, create APIs
Solution: update the schema generator to account for _id introduced as part of https://pulp.plan.io/issues/4206
closes: #4447 https://pulp.plan.io/issues/4447