get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 72,
    "url": "https://patches.dpdk.org/api/patches/72/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1405914461-19335-5-git-send-email-mhall@mhcomputing.net/",
    "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": "<1405914461-19335-5-git-send-email-mhall@mhcomputing.net>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1405914461-19335-5-git-send-email-mhall@mhcomputing.net",
    "date": "2014-07-21T03:47:41",
    "name": "[dpdk-dev,4/4] rte.extvars.mk: allow user to override RTE_SDK_BIN",
    "commit_ref": null,
    "pull_url": null,
    "state": "rejected",
    "archived": true,
    "hash": "8ec72972946f312f8bdf01cedd3ea1f1055aee5b",
    "submitter": {
        "id": 37,
        "url": "https://patches.dpdk.org/api/people/37/?format=api",
        "name": "Matthew Hall",
        "email": "mhall@mhcomputing.net"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1405914461-19335-5-git-send-email-mhall@mhcomputing.net/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/72/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/72/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<mhall@mhcomputing.net>",
        "Received": [
            "from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186])\n\tby dpdk.org (Postfix) with ESMTP id 143F868CB\n\tfor <dev@dpdk.org>; Mon, 21 Jul 2014 05:47:34 +0200 (CEST)",
            "from syslog-sdn.mhcomputing.net\n\t(172-3-139-73.lightspeed.sntcca.sbcglobal.net [172.3.139.73])\n\tby mail.mhcomputing.net (Postfix) with ESMTPSA id B15E480A158;\n\tSun, 20 Jul 2014 20:48:14 -0700 (PDT)"
        ],
        "From": "Matthew Hall <mhall@mhcomputing.net>",
        "To": "dev@dpdk.org",
        "Date": "Sun, 20 Jul 2014 20:47:41 -0700",
        "Message-Id": "<1405914461-19335-5-git-send-email-mhall@mhcomputing.net>",
        "X-Mailer": "git-send-email 1.9.1",
        "In-Reply-To": "<1405914461-19335-1-git-send-email-mhall@mhcomputing.net>",
        "References": "<1405914461-19335-1-git-send-email-mhall@mhcomputing.net>",
        "Subject": "[dpdk-dev] [PATCH 4/4] rte.extvars.mk: allow user to override\n\tRTE_SDK_BIN",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <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>",
        "X-List-Received-Date": "Mon, 21 Jul 2014 03:47:34 -0000"
    },
    "content": "Without this patch it is impossible to compile the examples if you have\ncompiled the DPDK into the $(RTE_SDK)/build directory, or any other one\nbesides $(RTE_SDK)/$(RTE_TARGET).\n\nSigned-off-by: Matthew Hall <mhall@mhcomputing.net>\n---\n mk/rte.extvars.mk | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/mk/rte.extvars.mk b/mk/rte.extvars.mk\nindex 3e5a990..fc583ce 100644\n--- a/mk/rte.extvars.mk\n+++ b/mk/rte.extvars.mk\n@@ -51,7 +51,7 @@ endif\n RTE_EXTMK ?= $(RTE_SRCDIR)/Makefile\n export RTE_EXTMK\n \n-RTE_SDK_BIN := $(RTE_SDK)/$(RTE_TARGET)\n+RTE_SDK_BIN ?= $(RTE_SDK)/$(RTE_TARGET)\n \n #\n # Output files wil go in a separate directory: default output is\n",
    "prefixes": [
        "dpdk-dev",
        "4/4"
    ]
}