get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

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

{
    "id": 1112,
    "url": "https://patches.dpdk.org/api/bundles/1112/?format=api",
    "web_url": "https://patches.dpdk.org/bundle/dmarchand/need_reviews/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "need_reviews",
    "owner": {
        "id": 24651,
        "url": "https://patches.dpdk.org/api/users/24651/?format=api",
        "username": "dmarchand",
        "first_name": "David",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "patches": [],
    "public": true,
    "mbox": "https://patches.dpdk.org/bundle/dmarchand/need_reviews/mbox/"
}