get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 9626,
    "url": "http://patches.dpdk.org/api/patches/9626/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1450789995-23700-1-git-send-email-christian.ehrhardt@canonical.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1450789995-23700-1-git-send-email-christian.ehrhardt@canonical.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1450789995-23700-1-git-send-email-christian.ehrhardt@canonical.com",
    "date": "2015-12-22T13:13:15",
    "name": "[dpdk-dev] mk: Fix examples install path",
    "commit_ref": null,
    "pull_url": null,
    "state": "rejected",
    "archived": true,
    "hash": "91048825e58d56735b18dc6833ed6353e32843e7",
    "submitter": {
        "id": 382,
        "url": "http://patches.dpdk.org/api/people/382/?format=api",
        "name": "Christian Ehrhardt",
        "email": "christian.ehrhardt@canonical.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1450789995-23700-1-git-send-email-christian.ehrhardt@canonical.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/9626/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/9626/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 843083005;\n\tTue, 22 Dec 2015 14:13:30 +0100 (CET)",
            "from youngberry.canonical.com (youngberry.canonical.com\n\t[91.189.89.112]) by dpdk.org (Postfix) with ESMTP id D0671952\n\tfor <dev@dpdk.org>; Tue, 22 Dec 2015 14:13:28 +0100 (CET)",
            "from 1.general.paelzer.uk.vpn ([10.172.196.172]\n\thelo=Weiknorze.fritz.box) by youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <christian.ehrhardt@canonical.com>)\n\tid 1aBMkq-0000U5-KC; Tue, 22 Dec 2015 13:13:28 +0000"
        ],
        "From": "Christian Ehrhardt <christian.ehrhardt@canonical.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 22 Dec 2015 14:13:15 +0100",
        "Message-Id": "<1450789995-23700-1-git-send-email-christian.ehrhardt@canonical.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] mk: Fix examples install path",
        "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>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Depending on non-doc targets being built before and the setting of DESTDIR\nthe examples dir could in some cases not end up in the right target.\nReason is just a typo variable reference in the copy target.\n\nSigned-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>\n---\n\n[diffstat]\n rte.sdkinstall.mk |    2 +-\n  1 file changed, 1 insertion(+), 1 deletion(-)\n\n[diff]",
    "diff": "diff --git a/mk/rte.sdkinstall.mk b/mk/rte.sdkinstall.mk\nindex c159bf7..0db15c6 100644\n--- a/mk/rte.sdkinstall.mk\n+++ b/mk/rte.sdkinstall.mk\n@@ -157,4 +157,4 @@ ifneq ($(wildcard $O/doc/*/*/*pdf),)\n \t$(Q)$(call rte_mkdir,     $(DESTDIR)$(docdir)/guides)\n \t$(Q)cp -a $O/doc/*/*/*pdf $(DESTDIR)$(docdir)/guides\n endif\n-\t$(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(datadir)\n+\t$(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(docdir)\n",
    "prefixes": [
        "dpdk-dev"
    ]
}