Closed
Bug 1107511
Opened 11 years ago
Closed 11 years ago
Add API to allow users to remove apps from their "My Apps" list
Categories
(Marketplace Graveyard :: API, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-12-09
People
(Reporter: mat, Assigned: mat)
References
Details
(Whiteboard: [qa-])
For bug 885047, we need to add a way for users to remove apps from their "my apps" list with the API.
It should only allow the user to remove apps from their own lists, one at a time. The API could look like this (it matches what we did for rocketfuel back in the day):
POST /api/v2/account/installed/mine/remove_app
body: {'app': <app_id>}
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2014-12-09
| Assignee | ||
Comment 2•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•