get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17274,
    "url": "https://patches.dpdk.org/api/patches/17274/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1480312850-14656-1-git-send-email-jingjing.wu@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": "<1480312850-14656-1-git-send-email-jingjing.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1480312850-14656-1-git-send-email-jingjing.wu@intel.com",
    "date": "2016-11-28T06:00:50",
    "name": "[dpdk-dev,v2] maintainers: update testpmd maintainer",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "1cb67702bbdf937282d57ccaf7db442c181deb29",
    "submitter": {
        "id": 47,
        "url": "https://patches.dpdk.org/api/people/47/?format=api",
        "name": "Jingjing Wu",
        "email": "jingjing.wu@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1480312850-14656-1-git-send-email-jingjing.wu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17274/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/17274/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 9E1412B89;\n\tMon, 28 Nov 2016 07:01:28 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id BC5602C8\n\tfor <dev@dpdk.org>; Mon, 28 Nov 2016 07:01:26 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga103.jf.intel.com with ESMTP; 27 Nov 2016 22:01:25 -0800",
            "from dpdk2.sh.intel.com ([10.239.128.246])\n\tby orsmga003.jf.intel.com with ESMTP; 27 Nov 2016 22:01:24 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,562,1473145200\"; d=\"scan'208\";a=\"906167401\"",
        "From": "Jingjing Wu <jingjing.wu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "jingjing.wu@intel.com,\n\thelin.zhang@intel.com,\n\twei.dai@intel.com",
        "Date": "Mon, 28 Nov 2016 14:00:50 +0800",
        "Message-Id": "<1480312850-14656-1-git-send-email-jingjing.wu@intel.com>",
        "X-Mailer": "git-send-email 2.4.11",
        "In-Reply-To": "<1479904483-2600-1-git-send-email-wei.dai@intel.com>",
        "References": "<1479904483-2600-1-git-send-email-wei.dai@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer",
        "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: Jingjing Wu <jingjing.wu@intel.com>\n---\nv2 change:\n  remove Wei Dai from claim.\n\n MAINTAINERS | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex d6bb8f8..398e628 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -615,6 +615,7 @@ F: app/test/virtual_pmd.h\n \n Driver testing tool\n M: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n+M: Jingjing Wu <jingjing.wu@intel.com>\n F: app/test-pmd/\n F: doc/guides/testpmd_app_ug/\n \n",
    "prefixes": [
        "dpdk-dev",
        "v2"
    ]
}