get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 20500,
    "url": "http://patches.dpdk.org/api/patches/20500/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20170216145746.28610-5-ferruh.yigit@intel.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": "<20170216145746.28610-5-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20170216145746.28610-5-ferruh.yigit@intel.com",
    "date": "2017-02-16T14:57:46",
    "name": "[dpdk-dev,v2,5/5] doc: document test related make rules in make help",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "eef11017e06ebe2dfcf6f932997f9b2f248d0fe2",
    "submitter": {
        "id": 324,
        "url": "http://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20170216145746.28610-5-ferruh.yigit@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/20500/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/20500/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 D4C15F610;\n\tThu, 16 Feb 2017 15:58:12 +0100 (CET)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id 2F4AC5911\n\tfor <dev@dpdk.org>; Thu, 16 Feb 2017 15:58:00 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t16 Feb 2017 06:57:59 -0800",
            "from sivswdev02.ir.intel.com ([10.237.217.46])\n\tby orsmga002.jf.intel.com with ESMTP; 16 Feb 2017 06:57:58 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.35,169,1484035200\"; d=\"scan'208\";a=\"46156363\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "Thomas Monjalon <thomas.monjalon@6wind.com>",
        "Cc": "dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,\n\tBruce Richardson <bruce.richardson@intel.com>,\n\tJohn McNamara <john.mcnamara@intel.com>,\n\tKeith Wiles <keith.wiles@intel.com>",
        "Date": "Thu, 16 Feb 2017 14:57:46 +0000",
        "Message-Id": "<20170216145746.28610-5-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20170216145746.28610-1-ferruh.yigit@intel.com>",
        "References": "<20170215152632.25081-1-ferruh.yigit@intel.com>\n\t<20170216145746.28610-1-ferruh.yigit@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 5/5] doc: document test related make rules in\n\tmake help",
        "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": "Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>\n---\n doc/build-sdk-quick.txt | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt\nindex 967ff09..8673b11 100644\n--- a/doc/build-sdk-quick.txt\n+++ b/doc/build-sdk-quick.txt\n@@ -9,6 +9,8 @@ Build commands\n \tinstall          install optionally staged in DESTDIR\n \texamples         build examples for given targets (T=)\n \texamples_clean   clean examples for given targets (T=)\n+\ttest             compile tests and run basic unit tests\n+\ttest-*           run specific subset of unit tests\n Build variables\n \tEXTRA_CPPFLAGS   preprocessor options\n \tEXTRA_CFLAGS     compiler options\n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "5/5"
    ]
}