get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 7765,
    "url": "https://patches.dpdk.org/api/patches/7765/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1445340689-32625-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": "<1445340689-32625-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1445340689-32625-1-git-send-email-john.mcnamara@intel.com",
    "date": "2015-10-20T11:31:29",
    "name": "[dpdk-dev] doc: change sphinx theme to the read the docs theme",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "f7db0ffe29948cb72a096374158131c2d6f768c2",
    "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/1445340689-32625-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/7765/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/7765/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 EA5638E83;\n\tTue, 20 Oct 2015 13:31:34 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 5885A8E82\n\tfor <dev@dpdk.org>; Tue, 20 Oct 2015 13:31:33 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga102.fm.intel.com with ESMTP; 20 Oct 2015 04:31:32 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga001.jf.intel.com with ESMTP; 20 Oct 2015 04:31:31 -0700",
            "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\tt9KBVUxG003259; Tue, 20 Oct 2015 12:31:30 +0100",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id t9KBVUEq032668;\n\tTue, 20 Oct 2015 12:31:30 +0100",
            "(from jmcnam2@localhost)\n\tby sivswdev02.ir.intel.com with  id t9KBVU29032664;\n\tTue, 20 Oct 2015 12:31:30 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.17,707,1437462000\"; d=\"scan'208\";a=\"797911251\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 20 Oct 2015 12:31:29 +0100",
        "Message-Id": "<1445340689-32625-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] doc: change sphinx theme to the read the docs\n\ttheme",
        "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": "Change the Sphinx default theme from \"alabaster\" to the ReadTheDocs\ntheme. See for example:\n\n    http://dpdk.readthedocs.org/en/latest/\n\nThis looks better for technical documentation and in particular\nit has a 80 char wide verbatim block rendering.\n\nAlso turn off option for distracting Html mouseover permalinks.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n doc/guides/conf.py | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/doc/guides/conf.py b/doc/guides/conf.py\nindex b2290b4..8cfb7d3 100644\n--- a/doc/guides/conf.py\n+++ b/doc/guides/conf.py\n@@ -37,6 +37,8 @@ from pygments.formatters.latex import LatexFormatter\n \n project = 'DPDK'\n \n+html_theme = \"sphinx_rtd_theme\"\n+html_add_permalinks = \"\"\n html_show_copyright = False\n highlight_language = 'none'\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}