get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 16990,
    "url": "https://patches.dpdk.org/api/patches/16990/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20161110121440.17360-1-ferruh.yigit@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": "<20161110121440.17360-1-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20161110121440.17360-1-ferruh.yigit@intel.com",
    "date": "2016-11-10T12:14:40",
    "name": "[dpdk-dev] maintainers: add staging tree for network drivers",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "9c63a9de4b76dd6b3c61cf989e022b9d7193abab",
    "submitter": {
        "id": 324,
        "url": "https://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20161110121440.17360-1-ferruh.yigit@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/16990/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/16990/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 13F8E5936;\n\tThu, 10 Nov 2016 13:14:47 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id DDF5C2BDF\n\tfor <dev@dpdk.org>; Thu, 10 Nov 2016 13:14:45 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby fmsmga105.fm.intel.com with ESMTP; 10 Nov 2016 04:14:44 -0800",
            "from sivswdev02.ir.intel.com ([10.237.217.46])\n\tby orsmga004.jf.intel.com with ESMTP; 10 Nov 2016 04:14:43 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,618,1473145200\"; d=\"scan'208\";a=\"29733893\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>,\n\tThomas Monjalon <thomas.monjalon@6wind.com>",
        "Date": "Thu, 10 Nov 2016 12:14:40 +0000",
        "Message-Id": "<20161110121440.17360-1-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20160725162143.GA34436@bricha3-MOBL3>",
        "References": "<20160725162143.GA34436@bricha3-MOBL3>",
        "Subject": "[dpdk-dev] [PATCH] maintainers: add staging tree for network drivers",
        "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: Ferruh Yigit <ferruh.yigit@intel.com>\n---\nCC: Bruce Richardson <bruce.richardson@intel.com>\nCC: Thomas Monjalon <thomas.monjalon@6wind.com>\n---\n MAINTAINERS | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 065397b..d6bb8f8 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -252,6 +252,8 @@ F: examples/l2fwd-crypto/\n \n Networking Drivers\n ------------------\n+M: Ferruh Yigit <ferruh.yigit@intel.com>\n+T: git://dpdk.org/next/dpdk-next-net\n \n Link bonding\n M: Declan Doherty <declan.doherty@intel.com>\n",
    "prefixes": [
        "dpdk-dev"
    ]
}