get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8509,
    "url": "https://patches.dpdk.org/api/patches/8509/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1446396270-8505-1-git-send-email-john.mcnamara@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": "<1446396270-8505-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446396270-8505-1-git-send-email-john.mcnamara@intel.com",
    "date": "2015-11-01T16:44:30",
    "name": "[dpdk-dev] doc: turn off permalink symbols in sphinx html docs",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e7029baf0de86dfde39202450743a34f633a8a88",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1446396270-8505-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8509/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8509/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 04AF38E56;\n\tSun,  1 Nov 2015 17:44:35 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 8B329B62\n\tfor <dev@dpdk.org>; Sun,  1 Nov 2015 17:44:33 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby fmsmga102.fm.intel.com with ESMTP; 01 Nov 2015 08:44:33 -0800",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga003.jf.intel.com with ESMTP; 01 Nov 2015 08:44:31 -0800",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\ttA1GiUqS015400; Sun, 1 Nov 2015 16:44:30 GMT",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id tA1GiUlg008542;\n\tSun, 1 Nov 2015 16:44:30 GMT",
            "(from jmcnam2@localhost)\n\tby sivswdev02.ir.intel.com with  id tA1GiUbv008538;\n\tSun, 1 Nov 2015 16:44:30 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,229,1444719600\"; d=\"scan'208\";a=\"676146304\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Sun,  1 Nov 2015 16:44:30 +0000",
        "Message-Id": "<1446396270-8505-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html\n\tdocs",
        "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": "Turn off the permalink symbol in the Sphinx generated html docs.\nThis is a distracting mouseover when reading the docs and links\nto sections can still be obtained from the doc index.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n doc/guides/conf.py | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/doc/guides/conf.py b/doc/guides/conf.py\nindex b2290b4..84ae577 100644\n--- a/doc/guides/conf.py\n+++ b/doc/guides/conf.py\n@@ -37,6 +37,7 @@ from pygments.formatters.latex import LatexFormatter\n \n project = 'DPDK'\n \n+html_add_permalinks = \"\"\n html_show_copyright = False\n highlight_language = 'none'\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}