Closed
Bug 958583
Opened 11 years ago
Closed 11 years ago
Allow multiple feed items pointing to the same object to be created in one API call
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: chuck, Unassigned)
References
Details
The feed item creation endpoint [1] should be extended to allow for multiple feed items pointing to the same object at the same time.
The post body might look like this:
{
"app": null,
"collection": 4,
"items": [
{
'region': 724,
'carrier': 1
},
{
'region': 748,
'carrier': null
},
{
'region': 722,
'carrier': 1
},
{
'region': 722,
'carrier': 2
},
]
}
[1] http://firefox-marketplace-api.readthedocs.org/en/latest/topics/feed.html#create-a-feed-item
Reporter | ||
Updated•11 years ago
|
Priority: -- → P2
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•