get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35091,
    "url": "http://patches.dpdk.org/api/patches/35091/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180209152336.2744-1-nhorman@tuxdriver.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": "<20180209152336.2744-1-nhorman@tuxdriver.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180209152336.2744-1-nhorman@tuxdriver.com",
    "date": "2018-02-09T15:23:36",
    "name": "[dpdk-dev] Add myself as driver information maintainer",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e1ca3c2e84fb396d7ace05de552dc78c1251f1a7",
    "submitter": {
        "id": 32,
        "url": "http://patches.dpdk.org/api/people/32/?format=api",
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180209152336.2744-1-nhorman@tuxdriver.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35091/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/35091/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 45D311B843;\n\tFri,  9 Feb 2018 16:23:49 +0100 (CET)",
            "from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58])\n\tby dpdk.org (Postfix) with ESMTP id 9D9841B842\n\tfor <dev@dpdk.org>; Fri,  9 Feb 2018 16:23:47 +0100 (CET)",
            "from [107.15.66.59] (helo=hmswarspite.think-freely.org)\n\tby smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63)\n\t(envelope-from <nhorman@tuxdriver.com>)\n\tid 1ekAWb-000115-F4; Fri, 09 Feb 2018 10:23:46 -0500",
            "from hmswarspite.think-freely.org (localhost [127.0.0.1])\n\tby hmswarspite.think-freely.org (8.15.2/8.15.2) with ESMTP id\n\tw19FNeVI002790; Fri, 9 Feb 2018 10:23:40 -0500",
            "(from nhorman@localhost)\n\tby hmswarspite.think-freely.org (8.15.2/8.15.2/Submit) id\n\tw19FNeRT002789; Fri, 9 Feb 2018 10:23:40 -0500"
        ],
        "From": "Neil Horman <nhorman@tuxdriver.com>",
        "To": "dev@dpdk.org",
        "Cc": "Neil Horman <nhorman@tuxdriver.com>,\n\tThomas Monjalon <thomas@monjalon.net>",
        "Date": "Fri,  9 Feb 2018 10:23:36 -0500",
        "Message-Id": "<20180209152336.2744-1-nhorman@tuxdriver.com>",
        "X-Mailer": "git-send-email 2.14.3",
        "X-Spam-Score": "-2.9 (--)",
        "X-Spam-Status": "No",
        "Subject": "[dpdk-dev] [PATCH] Add myself as driver information maintainer",
        "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://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": "<https://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": "I wrote pmdinfogen initially, and since there isn't a maintainer for it,\nI'll volunteer to take care of it\n\nSigned-off-by: Neil Horman <nhorman@tuxdriver.com>\nCC: Thomas Monjalon <thomas@monjalon.net>\n---\n MAINTAINERS | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex d9d2abff8..d1ef43479 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -90,6 +90,7 @@ F: devtools/check-symbol-change.sh\n F: buildtools/check-experimental-syms.sh\n \n Driver information\n+M: Neil Horman <nhorman@tuxdriver.com>\n F: buildtools/pmdinfogen/\n F: usertools/dpdk-pmdinfo.py\n F: doc/guides/tools/pmdinfo.rst\n",
    "prefixes": [
        "dpdk-dev"
    ]
}