Closed
Bug 1203317
Opened 9 years ago
Closed 9 years ago
Add API to create a new Webapp Version
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mat, Unassigned)
References
Details
(Whiteboard: [ktlo][possible_future_need])
We have an API to add a new Webapp but we never made one to create a new Webapp Version, for packaged apps. We should add one.
Like the app creation API it should just take a validation id. It's just a matter of going through Version.from_upload() (catching ValidationError, turning it into 400 errors) with the right webapp id. And add permission checks.
Updated•9 years ago
|
Priority: -- → P2
Comment 1•9 years ago
|
||
"It's trivial if you know DRF"
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [ktlo][possible_future_need]
You need to log in
before you can comment on or make changes to this bug.
Description
•