get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

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

{
    "id": 2113,
    "url": "http://patchwork.ozlabs.org/api/bundles/2113/?format=api",
    "web_url": "http://patchwork.ozlabs.org/bundle/aneeshv/omap-outstanding-bug-fixes/",
    "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": "omap-outstanding-bug-fixes",
    "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": 110575,
            "url": "http://patchwork.ozlabs.org/api/patches/110575/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1313743504-20908-1-git-send-email-aneesh@ti.com/",
            "msgid": "<1313743504-20908-1-git-send-email-aneesh@ti.com>",
            "list_archive_url": null,
            "date": "2011-08-19T08:45:04",
            "name": "[U-Boot] omap4: fix pad configuration settings for SDP and Panda",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1313743504-20908-1-git-send-email-aneesh@ti.com/mbox/"
        },
        {
            "id": 113719,
            "url": "http://patchwork.ozlabs.org/api/patches/113719/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1315383384-29332-2-git-send-email-aneesh@ti.com/",
            "msgid": "<1315383384-29332-2-git-send-email-aneesh@ti.com>",
            "list_archive_url": null,
            "date": "2011-09-07T08:16:23",
            "name": "[U-Boot,v3,2/3] omap4: make SDRAM init work for ES1.0 silicon",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1315383384-29332-2-git-send-email-aneesh@ti.com/mbox/"
        }
    ],
    "public": true,
    "mbox": "http://patchwork.ozlabs.org/bundle/aneeshv/omap-outstanding-bug-fixes/mbox/"
}