Closed
Bug 894588
Opened 12 years ago
Closed 12 years ago
API consumers should be able to add apps to a collection
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-08-06
People
(Reporter: chuck, Assigned: chuck)
References
Details
(Whiteboard: [qa+] p=1)
API consumers should be able to add applications to a collection from a unique endpoint.
This endpoint should be protected by the Apps:Collections permission created in bug 894425.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → charmston
Assignee | ||
Comment 1•12 years ago
|
||
Landed here: https://github.com/mozilla/zamboni/commit/c54a2ca023076285156cba818e571ff2e5933dfa
STR:
1) Create a collection using the STR in bug 894456.
2) Attempt to add an app to the created collection in a separate request using the endpoint outlined here: http://firefox-marketplace-api.readthedocs.org/en/latest/topics/rocketfuel.html#post--api-v1-rocketfuel-collections-%28int-id%29-add_app-
3) A successful attempt's response will contain the added app's API url in the `app` listing of the response of the request from step 2.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa+] p=1
Target Milestone: --- → 2013-08-08
You need to log in
before you can comment on or make changes to this bug.
Description
•