get:
Show a bundle.

patch:
Update a bundle.

put:
Update a bundle.

delete:
Delete a bundle.

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

{
    "id": 852,
    "url": "https://patches.dpdk.org/api/bundles/852/?format=api",
    "web_url": "https://patches.dpdk.org/bundle/aburakov/extmem_test/",
    "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": "extmem_test",
    "owner": {
        "id": 11805,
        "url": "https://patches.dpdk.org/api/users/11805/?format=api",
        "username": "aburakov",
        "first_name": "Anatoly",
        "last_name": "Burakov",
        "email": "anatoly.burakov@intel.com"
    },
    "patches": [
        {
            "id": 49231,
            "url": "https://patches.dpdk.org/api/patches/49231/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/c822e5e21620d0fa4b2930d9e89bce44e80eac73.1545391716.git.anatoly.burakov@intel.com/",
            "msgid": "<c822e5e21620d0fa4b2930d9e89bce44e80eac73.1545391716.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/c822e5e21620d0fa4b2930d9e89bce44e80eac73.1545391716.git.anatoly.burakov@intel.com",
            "date": "2018-12-21T11:29:00",
            "name": "[v2,1/4] test/extmem: refactor and rename test functions",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/c822e5e21620d0fa4b2930d9e89bce44e80eac73.1545391716.git.anatoly.burakov@intel.com/mbox/"
        },
        {
            "id": 49232,
            "url": "https://patches.dpdk.org/api/patches/49232/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/d585585708545763d1fc27839ce1936153e88995.1545391716.git.anatoly.burakov@intel.com/",
            "msgid": "<d585585708545763d1fc27839ce1936153e88995.1545391716.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/d585585708545763d1fc27839ce1936153e88995.1545391716.git.anatoly.burakov@intel.com",
            "date": "2018-12-21T11:29:01",
            "name": "[v2,2/4] test/extmem: extend autotest to test without IOVA table",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/d585585708545763d1fc27839ce1936153e88995.1545391716.git.anatoly.burakov@intel.com/mbox/"
        },
        {
            "id": 49233,
            "url": "https://patches.dpdk.org/api/patches/49233/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/d5cb333bee4818f3cbb031a711a9eec2ae85c801.1545391716.git.anatoly.burakov@intel.com/",
            "msgid": "<d5cb333bee4818f3cbb031a711a9eec2ae85c801.1545391716.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/d5cb333bee4818f3cbb031a711a9eec2ae85c801.1545391716.git.anatoly.burakov@intel.com",
            "date": "2018-12-21T11:29:02",
            "name": "[v2,3/4] test/extmem: check if memseg list is external",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/d5cb333bee4818f3cbb031a711a9eec2ae85c801.1545391716.git.anatoly.burakov@intel.com/mbox/"
        },
        {
            "id": 49234,
            "url": "https://patches.dpdk.org/api/patches/49234/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/eaa4b2a8af77186c35790d43008889388d3e110d.1545391716.git.anatoly.burakov@intel.com/",
            "msgid": "<eaa4b2a8af77186c35790d43008889388d3e110d.1545391716.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/eaa4b2a8af77186c35790d43008889388d3e110d.1545391716.git.anatoly.burakov@intel.com",
            "date": "2018-12-21T11:29:03",
            "name": "[v2,4/4] test/extmem: extend test to cover non-heap API",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/eaa4b2a8af77186c35790d43008889388d3e110d.1545391716.git.anatoly.burakov@intel.com/mbox/"
        }
    ],
    "public": true,
    "mbox": "https://patches.dpdk.org/bundle/aburakov/extmem_test/mbox/"
}