get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 24100,
    "url": "https://patches.dpdk.org/api/patches/24100/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20170504153822.19461-10-bruce.richardson@intel.com/",
    "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": ""
    },
    "msgid": "<20170504153822.19461-10-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20170504153822.19461-10-bruce.richardson@intel.com",
    "date": "2017-05-04T15:38:21",
    "name": "[dpdk-dev,09/10] test/test: fix missing break in switch",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "10529e177a750d0e31de5ae030a5caab22cab9dc",
    "submitter": {
        "id": 20,
        "url": "https://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20170504153822.19461-10-bruce.richardson@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/24100/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/24100/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 0F6437D1E;\n\tThu,  4 May 2017 17:38:52 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id 8B1297CEA;\n\tThu,  4 May 2017 17:38:39 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t04 May 2017 08:38:39 -0700",
            "from sivswdev01.ir.intel.com ([10.237.217.45])\n\tby fmsmga006.fm.intel.com with ESMTP; 04 May 2017 08:38:38 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.38,287,1491289200\"; d=\"scan'208\";a=\"97638807\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>,\n\tstable@dpdk.org",
        "Date": "Thu,  4 May 2017 16:38:21 +0100",
        "Message-Id": "<20170504153822.19461-10-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20170504153822.19461-1-bruce.richardson@intel.com>",
        "References": "<20170504153822.19461-1-bruce.richardson@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 09/10] test/test: fix missing break in switch",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Issue flagged by GCC 7 as a switch fall-through.\n\nFixes: dbb860e03eb1 (\"cmdline: tests\")\n\nCC: stable@dpdk.org\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n test/test/test_cmdline_num.c | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/test/test/test_cmdline_num.c b/test/test/test_cmdline_num.c\nindex 04263d3..e8f60cf 100644\n--- a/test/test/test_cmdline_num.c\n+++ b/test/test/test_cmdline_num.c\n@@ -315,6 +315,7 @@ can_parse_signed(int64_t expected_result, enum cmdline_numtype type)\n \tcase UINT64:\n \t\tif (expected_result < 0)\n \t\t\treturn 0;\n+\t\tbreak;\n \tcase INT8:\n \t\tif (expected_result > INT8_MAX || expected_result < INT8_MIN)\n \t\t\treturn 0;\n",
    "prefixes": [
        "dpdk-dev",
        "09/10"
    ]
}