get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 27458,
    "url": "http://patches.dpdk.org/api/patches/27458/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1501855654-42979-1-git-send-email-david.hunt@intel.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": "<1501855654-42979-1-git-send-email-david.hunt@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1501855654-42979-1-git-send-email-david.hunt@intel.com",
    "date": "2017-08-04T14:07:34",
    "name": "[dpdk-dev] maintainers: volunteer to take power management",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "01b2e96317861cdbc99a422f76969855ac047a0d",
    "submitter": {
        "id": 342,
        "url": "http://patches.dpdk.org/api/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1501855654-42979-1-git-send-email-david.hunt@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/27458/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/27458/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 B1142330D;\n\tFri,  4 Aug 2017 16:08:03 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 3C44E2C18\n\tfor <dev@dpdk.org>; Fri,  4 Aug 2017 16:08:01 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga104.jf.intel.com with ESMTP; 04 Aug 2017 07:08:01 -0700",
            "from silpixa00397898.ir.intel.com (HELO\n\tsilpixa00397898.ger.corp.intel.com) ([10.237.223.116])\n\tby FMSMGA003.fm.intel.com with ESMTP; 04 Aug 2017 07:07:59 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.41,321,1498546800\"; d=\"scan'208\";a=\"886451394\"",
        "From": "David Hunt <david.hunt@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net,\n\tDavid Hunt <david.hunt@intel.com>",
        "Date": "Fri,  4 Aug 2017 15:07:34 +0100",
        "Message-Id": "<1501855654-42979-1-git-send-email-david.hunt@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH] maintainers: volunteer to take power management",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <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: David Hunt <david.hunt@intel.com>\n---\n MAINTAINERS | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 52e048f..67e606f 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -756,6 +756,7 @@ F: lib/librte_kvargs/\n F: test/test/test_kvargs.c\n \n Power management\n+M: David Hunt <david.hunt@intel.com>\n F: lib/librte_power/\n F: doc/guides/prog_guide/power_man.rst\n F: test/test/test_power*\n",
    "prefixes": [
        "dpdk-dev"
    ]
}