Closed Bug 958583 Opened 10 years ago Closed 10 years ago

Allow multiple feed items pointing to the same object to be created in one API call

Categories

(Marketplace Graveyard :: API, defect, P2)

defect

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
Priority: -- → P2
Blocks: 956717
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.