Issue #4447
version 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
Associated revisions
Revision 381e59f8
View on GitHub
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
History
#1
Updated by CodeHeeler almost 2 years ago
- Priority changed from Normal to High
- Triaged changed from No to Yes
- Sprint set to Sprint 49
- Tags Pulp 3, Pulp 3 RC Blocker added
#2
Updated by CodeHeeler almost 2 years ago
- Tags Katello-P1 added
#3
Updated by dkliban@redhat.com almost 2 years ago
- Status changed from NEW to POST
- Assignee set to dkliban@redhat.com
#4
Updated by dkliban@redhat.com almost 2 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|381e59f845ba9631f5ff858614d142f7b91273d7.
#5
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#6
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3, Pulp 3 RC Blocker)
#7
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
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