get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

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

{
    "id": 22570,
    "url": "http://patchwork.ozlabs.org/api/bundles/22570/?format=api",
    "web_url": "http://patchwork.ozlabs.org/bundle/dmarchan/review/",
    "project": {
        "id": 47,
        "url": "http://patchwork.ozlabs.org/api/projects/47/?format=api",
        "name": "Open vSwitch",
        "link_name": "openvswitch",
        "list_id": "ovs-dev.openvswitch.org",
        "list_email": "ovs-dev@openvswitch.org",
        "web_url": "http://openvswitch.org/",
        "scm_url": "git@github.com:openvswitch/ovs.git",
        "webscm_url": "https://github.com/openvswitch/ovs",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "review",
    "owner": {
        "id": 88951,
        "url": "http://patchwork.ozlabs.org/api/users/88951/?format=api",
        "username": "dmarchan",
        "first_name": "Da",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "patches": [],
    "public": true,
    "mbox": "http://patchwork.ozlabs.org/bundle/dmarchan/review/mbox/"
}