get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17997,
    "url": "http://patches.dpdk.org/api/patches/17997/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1481835800-6241-1-git-send-email-rami.rosen@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": "<1481835800-6241-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1481835800-6241-1-git-send-email-rami.rosen@intel.com",
    "date": "2016-12-15T21:03:20",
    "name": "[dpdk-dev] doc: Fix a typo in testpmd application user guide.",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "07e85070ceb24f2c80d795ba49779bd05d56a3a6",
    "submitter": {
        "id": 436,
        "url": "http://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1481835800-6241-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/17997/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/17997/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 4B1952C0A;\n\tThu, 15 Dec 2016 22:03:30 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 046AA2BFF\n\tfor <dev@dpdk.org>; Thu, 15 Dec 2016 22:03:26 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga105.fm.intel.com with ESMTP; 15 Dec 2016 13:03:26 -0800",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga006.fm.intel.com with ESMTP; 15 Dec 2016 13:03:25 -0800",
            "from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.97])\n\tby imail001.iil.intel.com with ESMTP id uBFL3MxK014306;\n\tThu, 15 Dec 2016 23:03:22 +0200"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.33,354,1477983600\"; d=\"scan'208\";a=\"43088159\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Rami Rosen <rami.rosen@intel.com>",
        "Date": "Thu, 15 Dec 2016 23:03:20 +0200",
        "Message-Id": "<1481835800-6241-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] doc: Fix a typo in testpmd application user\n\tguide.",
        "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": "This patch fixes a trivial typo in testpmd application user guide.\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n doc/guides/testpmd_app_ug/run_app.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst\nindex d7c5120..38a4025 100644\n--- a/doc/guides/testpmd_app_ug/run_app.rst\n+++ b/doc/guides/testpmd_app_ug/run_app.rst\n@@ -72,7 +72,7 @@ See the DPDK Getting Started Guides for more information on these options.\n \n *   ``-b, --pci-blacklist domain:bus:devid.func``\n \n-    Blacklist a PCI devise to prevent EAL from using it. Multiple -b options are allowed.\n+    Blacklist a PCI device to prevent EAL from using it. Multiple -b options are allowed.\n \n *   ``-d LIB.so``\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}