get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

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

{
    "id": 6902,
    "url": "http://patchwork.ozlabs.org/api/bundles/6902/?format=api",
    "web_url": "http://patchwork.ozlabs.org/bundle/ewheelerinc/bna-irq-alloc/",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "bna-irq-alloc",
    "owner": {
        "id": 54549,
        "url": "http://patchwork.ozlabs.org/api/users/54549/?format=api",
        "username": "ewheelerinc",
        "first_name": "Eric",
        "last_name": "Wheeler",
        "email": "netdev@lists.ewheeler.net"
    },
    "patches": [
        {
            "id": 396990,
            "url": "http://patchwork.ozlabs.org/api/patches/396990/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/alpine.DEB.2.00.1410061850120.5129@ware.dreamhost.com/",
            "msgid": "<alpine.DEB.2.00.1410061850120.5129@ware.dreamhost.com>",
            "list_archive_url": null,
            "date": "2014-10-07T01:57:24",
            "name": "[net] bna: page allocation during interrupts to use a mempool.",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/alpine.DEB.2.00.1410061850120.5129@ware.dreamhost.com/mbox/"
        }
    ],
    "public": true,
    "mbox": "http://patchwork.ozlabs.org/bundle/ewheelerinc/bna-irq-alloc/mbox/"
}