get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

GET /api/bundles/2114/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2114,
    "url": "http://patchwork.ozlabs.org/api/bundles/2114/?format=api",
    "web_url": "http://patchwork.ozlabs.org/bundle/aneeshv/spl-cleanup/",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "spl-cleanup",
    "owner": {
        "id": 3353,
        "url": "http://patchwork.ozlabs.org/api/users/3353/?format=api",
        "username": "aneeshv",
        "first_name": "Aneesh",
        "last_name": "V",
        "email": "aneesh@ti.com"
    },
    "patches": [
        {
            "id": 113578,
            "url": "http://patchwork.ozlabs.org/api/patches/113578/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-1-git-send-email-aneesh@ti.com/",
            "msgid": "<1315322705-8388-1-git-send-email-aneesh@ti.com>",
            "list_archive_url": null,
            "date": "2011-09-06T15:25:03",
            "name": "[U-Boot,v2,1/3] omap4: factor out common part from board config headers",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-1-git-send-email-aneesh@ti.com/mbox/"
        },
        {
            "id": 113577,
            "url": "http://patchwork.ozlabs.org/api/patches/113577/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-2-git-send-email-aneesh@ti.com/",
            "msgid": "<1315322705-8388-2-git-send-email-aneesh@ti.com>",
            "list_archive_url": null,
            "date": "2011-09-06T15:25:04",
            "name": "[U-Boot,v2,2/3] omap4: make SDRAM init work for ES1.0 silicon",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-2-git-send-email-aneesh@ti.com/mbox/"
        },
        {
            "id": 113576,
            "url": "http://patchwork.ozlabs.org/api/patches/113576/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-3-git-send-email-aneesh@ti.com/",
            "msgid": "<1315322705-8388-3-git-send-email-aneesh@ti.com>",
            "list_archive_url": null,
            "date": "2011-09-06T15:25:05",
            "name": "[U-Boot,v2,3/3] omap4: IO settings",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1315322705-8388-3-git-send-email-aneesh@ti.com/mbox/"
        }
    ],
    "public": true,
    "mbox": "http://patchwork.ozlabs.org/bundle/aneeshv/spl-cleanup/mbox/"
}