get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41312,
    "url": "https://patches.dpdk.org/api/patches/41312/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1529081710-18288-1-git-send-email-helin.zhang@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": "<1529081710-18288-1-git-send-email-helin.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1529081710-18288-1-git-send-email-helin.zhang@intel.com",
    "date": "2018-06-20T10:37:02",
    "name": "maintainers: update subtree committers",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "89ab8d3a545968f68522f0c0872fc77ccc1fec40",
    "submitter": {
        "id": 324,
        "url": "https://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@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/1529081710-18288-1-git-send-email-helin.zhang@intel.com/mbox/",
    "series": [
        {
            "id": 180,
            "url": "https://patches.dpdk.org/api/series/180/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=180",
            "date": "2018-06-20T10:37:02",
            "name": "maintainers: update subtree committers",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/180/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/41312/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/41312/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E0A441B4DB;\n\tWed, 20 Jun 2018 11:37:27 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 974BC1B4D5\n\tfor <dev@dpdk.org>; Wed, 20 Jun 2018 11:37:25 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t20 Jun 2018 02:37:24 -0700",
            "from silpixa00399752.ir.intel.com (HELO\n\tsilpixa00399752.ger.corp.intel.com) ([10.237.222.212])\n\tby fmsmga005.fm.intel.com with ESMTP; 20 Jun 2018 02:37:23 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,246,1526367600\"; d=\"scan'208\";a=\"238737655\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "ferruh.yigit@intel.com,\n\tqi.z.zhang@intel.com,\n\tbeilei.xing@intel.com",
        "Cc": "dev@dpdk.org,\n\tHelin Zhang <helin.zhang@intel.com>",
        "Date": "Wed, 20 Jun 2018 11:37:02 +0100",
        "Message-Id": "<1529081710-18288-1-git-send-email-helin.zhang@intel.com>",
        "X-Mailer": [
            "git-send-email 2.17.1",
            "git-send-email 1.7.4.1"
        ],
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "Subject": "[dpdk-dev] [PATCH] maintainers: update subtree committers",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Helin Zhang <helin.zhang@intel.com>\n\nFor subtree of dpdk-next-net-intel, Qi Zhang has agreed to take\nthe committer role, to replace Helin Zhang. Also Beilei Xing has\nagreed to be the backup committer of the subtree.\n\nSigned-off-by: Helin Zhang <helin.zhang@intel.com>\n---\n MAINTAINERS | 3 ++-\n 1 file changed, 2 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 14939f1..a6ee673 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -32,7 +32,8 @@ M: Ferruh Yigit <ferruh.yigit@intel.com>\n T: git://dpdk.org/next/dpdk-next-net\n \n Next-net-intel Tree\n-M: Helin Zhang <helin.zhang@intel.com>\n+M: Qi Zhang <qi.z.zhang@intel.com>\n+M: Beilei Xing <beilei.xing@intel.com>\n T: git://dpdk.org/next/dpdk-next-net-intel\n \n Next-net-mlx Tree\n",
    "prefixes": []
}