get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 3992,
    "url": "https://patches.dpdk.org/api/patches/3992/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1426157969-30660-1-git-send-email-siobhan.a.butler@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": "<1426157969-30660-1-git-send-email-siobhan.a.butler@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1426157969-30660-1-git-send-email-siobhan.a.butler@intel.com",
    "date": "2015-03-12T10:59:29",
    "name": "[dpdk-dev] doc: remove copyright from base of page",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "25d9c68d67263ab30f9aced4caee9e03bcd24a41",
    "submitter": {
        "id": 122,
        "url": "https://patches.dpdk.org/api/people/122/?format=api",
        "name": "Siobhan Butler",
        "email": "siobhan.a.butler@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1426157969-30660-1-git-send-email-siobhan.a.butler@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/3992/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/3992/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 67F1F5FEB;\n\tThu, 12 Mar 2015 11:59:41 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 4C9FE5A6A\n\tfor <dev@dpdk.org>; Thu, 12 Mar 2015 11:59:40 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga101.jf.intel.com with ESMTP; 12 Mar 2015 03:59:39 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga003.jf.intel.com with ESMTP; 12 Mar 2015 03:58:56 -0700",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tt2CAxbVU015087; Thu, 12 Mar 2015 10:59:37 GMT",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id t2CAxbhS030704;\n\tThu, 12 Mar 2015 10:59:37 GMT",
            "(from sabutler@localhost)\n\tby sivswdev02.ir.intel.com with  id t2CAxbG2030699;\n\tThu, 12 Mar 2015 10:59:37 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.11,388,1422950400\"; d=\"scan'208\";a=\"539861792\"",
        "From": "Siobhan Butler <siobhan.a.butler@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 12 Mar 2015 10:59:29 +0000",
        "Message-Id": "<1426157969-30660-1-git-send-email-siobhan.a.butler@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] doc: remove copyright from base of page",
        "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": "Removing Intel copyright from base of page for each document.\n\nSigned-off-by: Siobhan Butler <siobhan.a.butler@intel.com>\n---\n doc/guides/conf.py | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/conf.py b/doc/guides/conf.py\nindex 385af03..fba34a6 100644\n--- a/doc/guides/conf.py\n+++ b/doc/guides/conf.py\n@@ -32,7 +32,7 @@ import subprocess\n \n project = 'DPDK'\n \n-copyright = '2014, Intel'\n+html_show_copyright = False\n \n version = subprocess.check_output([\"make\",\"-sRrC\",\"../../\", \"showversion\"])\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}