get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 1340,
    "url": "https://patches.dpdk.org/api/patches/1340/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1416330293-2947-5-git-send-email-pablo.de.lara.guarch@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": "<1416330293-2947-5-git-send-email-pablo.de.lara.guarch@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1416330293-2947-5-git-send-email-pablo.de.lara.guarch@intel.com",
    "date": "2014-11-18T17:04:53",
    "name": "[dpdk-dev,v2,4/4] doc: Various document fixes in testpmd UG",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": true,
    "hash": "fc58804a91f1e74bf88c70941cf3d6c7a0ff1584",
    "submitter": {
        "id": 9,
        "url": "https://patches.dpdk.org/api/people/9/?format=api",
        "name": "De Lara Guarch, Pablo",
        "email": "pablo.de.lara.guarch@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1416330293-2947-5-git-send-email-pablo.de.lara.guarch@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/1340/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/1340/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 07BDA7F58;\n\tTue, 18 Nov 2014 17:55:29 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 51C267F58\n\tfor <dev@dpdk.org>; Tue, 18 Nov 2014 17:55:26 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga103.fm.intel.com with ESMTP; 18 Nov 2014 08:58:16 -0800",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby FMSMGA003.fm.intel.com with ESMTP; 18 Nov 2014 08:55:44 -0800",
            "from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com\n\t[10.237.217.45])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tsAIH4vJV018124; Tue, 18 Nov 2014 17:04:57 GMT",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id sAIH4v6V003276;\n\tTue, 18 Nov 2014 17:04:57 GMT",
            "(from pdelarax@localhost)\n\tby sivswdev01.ir.intel.com with  id sAIH4vBA003272;\n\tTue, 18 Nov 2014 17:04:57 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"4.97,862,1389772800\"; d=\"scan'208\";a=\"418220628\"",
        "From": "Pablo de Lara <pablo.de.lara.guarch@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 18 Nov 2014 17:04:53 +0000",
        "Message-Id": "<1416330293-2947-5-git-send-email-pablo.de.lara.guarch@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1416330293-2947-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "References": "<1416078796-689-1-git-send-email-pablo.de.lara.guarch@intel.com>\n\t<1416330293-2947-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 4/4] doc: Various document fixes in testpmd UG",
        "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": "Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n---\n doc/guides/testpmd_app_ug/testpmd_funcs.rst |   10 ++++++----\n 1 files changed, 6 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\nindex 8030f3b..abb3f54 100644\n--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n@@ -103,7 +103,7 @@ stop\n quit\n ~~~~\n \n-Quit to prompt in Linux or reboot on Baremetal:\n+Quit to prompt in Linux/FreeBSD or reboot on Baremetal:\n \n quit\n \n@@ -153,10 +153,12 @@ For example:\n show port rss-hash\n ~~~~~~~~~~~~~~~~~~\n \n-Display the RSS hash functions and RSS hash key of port (port_id).\n+Display the RSS hash functions and RSS hash key of a port:\n \n-show port (port_id) rss-hash [key] clear port\n-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n+show port (port_id) rss-hash [key]\n+\n+clear port\n+~~~~~~~~~~\n \n Clear the port statistics for a given port or for all ports:\n \n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "4/4"
    ]
}