get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17774,
    "url": "http://patches.dpdk.org/api/patches/17774/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1481213032-14935-3-git-send-email-john.mcnamara@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": "<1481213032-14935-3-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1481213032-14935-3-git-send-email-john.mcnamara@intel.com",
    "date": "2016-12-08T16:03:51",
    "name": "[dpdk-dev,v2,3/4] app: give python apps a consistent shebang line",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "063e09ddf55057c1a7ffe382f79069a5ab9f174d",
    "submitter": {
        "id": 154,
        "url": "http://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1481213032-14935-3-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/17774/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/17774/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 966A637A8;\n\tThu,  8 Dec 2016 17:04:25 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 71D3B2A66\n\tfor <dev@dpdk.org>; Thu,  8 Dec 2016 17:04:05 +0100 (CET)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby orsmga105.jf.intel.com with ESMTP; 08 Dec 2016 08:04:04 -0800",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby fmsmga005.fm.intel.com with ESMTP; 08 Dec 2016 08:04:03 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.33,320,1477983600\"; d=\"scan'208\";a=\"40408901\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "mkletzan@redhat.com,\n\tJohn McNamara <john.mcnamara@intel.com>",
        "Date": "Thu,  8 Dec 2016 16:03:51 +0000",
        "Message-Id": "<1481213032-14935-3-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1481212265-10229-1-git-send-email-john.mcnamara@intel.com>",
        "References": "<1481212265-10229-1-git-send-email-john.mcnamara@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 3/4] app: give python apps a consistent\n\tshebang line",
        "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": "Add a consistent \"env python\" shebang line to the DPDK Python\napps so that they can call the default system python.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n app/test/autotest_test_funcs.py | 2 +-\n doc/guides/conf.py              | 2 ++\n tools/dpdk-devbind.py           | 3 ++-\n 3 files changed, 5 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/app/test/autotest_test_funcs.py b/app/test/autotest_test_funcs.py\nindex c482ea8..1fa8cf0 100644\n--- a/app/test/autotest_test_funcs.py\n+++ b/app/test/autotest_test_funcs.py\n@@ -1,4 +1,4 @@\n-#!/usr/bin/python\n+#!/usr/bin/env python\n \n #   BSD LICENSE\n #\ndiff --git a/doc/guides/conf.py b/doc/guides/conf.py\nindex 34c62de..97c5d0e 100644\n--- a/doc/guides/conf.py\n+++ b/doc/guides/conf.py\n@@ -1,3 +1,5 @@\n+#!/usr/bin/env python\n+\n #   BSD LICENSE\n #   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.\n #   All rights reserved.\ndiff --git a/tools/dpdk-devbind.py b/tools/dpdk-devbind.py\nindex 4f51a4b..a5b2af5 100755\n--- a/tools/dpdk-devbind.py\n+++ b/tools/dpdk-devbind.py\n@@ -1,4 +1,5 @@\n-#! /usr/bin/python\n+#!/usr/bin/env python\n+\n #\n #   BSD LICENSE\n #\n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "3/4"
    ]
}