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
Updated by CodeHeeler over 5 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
Added by dkliban@redhat.com over 5 years ago
Added by dkliban@redhat.com over 5 years ago
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
Updated by dkliban@redhat.com over 5 years ago
- Status changed from NEW to POST
- Assignee set to dkliban@redhat.com
Updated by dkliban@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|381e59f845ba9631f5ff858614d142f7b91273d7.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P1)
Updated by bmbouter over 4 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.
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