Show a patch.

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

{
    "id": 2203,
    "url": "https://patchwork.libcamera.org/api/patches/2203/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2203/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20191021102453.26471-5-laurent.pinchart@ideasonboard.com>",
    "date": "2019-10-21T10:24:50",
    "name": "[libcamera-devel,5/8] Documentation: Set the index TOC max depth to 1",
    "commit_ref": "0cca041cbd8d5e0fe56f5d08676c6e25e3ae99d5",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "b52b3e87ba0df29411ea2c74ec71dd8dd4af10e6",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/2203/mbox/",
    "series": [
        {
            "id": 539,
            "url": "https://patchwork.libcamera.org/api/series/539/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=539",
            "date": "2019-10-21T10:24:46",
            "name": "[libcamera-devel,1/8] Documentation: Move coding style under contributing",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/539/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2203/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2203/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 88B826138F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:07 +0200 (CEST)",
            "from pendragon.ideasonboard.com (143.121.2.93.rev.sfr.net\n\t[93.2.121.143])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id B8FB44F7\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:06 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1571653507;\n\tbh=6afvO9MvAYVxZOI8fQGRqm1NNky24RFCf6UatWlRYLw=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=m4Irnzrc+jcf6+rkIpuUIKokhBw1L/3l+K+tf/vqa7t+GOr/PnXS3jhowqJCN2jxb\n\tVhhBhaZZwzggfam/2pDdTlm2wrqFx414LKBS68jXMjB1MIeswRStYdI1+3aL2JFgb6\n\tF7UJqe+tIWcQH6EJnOLJ2GRH+jGfHmatzelE8lBg=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon, 21 Oct 2019 13:24:50 +0300",
        "Message-Id": "<20191021102453.26471-5-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.23.0",
        "In-Reply-To": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 5/8] Documentation: Set the index TOC max\n\tdepth to 1",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Mon, 21 Oct 2019 10:25:08 -0000"
    },
    "content": "We don't need more than one level in the main TOC tree, set the max\ndepth to 1.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/index.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/Documentation/index.rst b/Documentation/index.rst\nindex bbce717edd0e..28267cec36b7 100644\n--- a/Documentation/index.rst\n+++ b/Documentation/index.rst\n@@ -2,7 +2,7 @@\n .. include:: ../README.rst\n \n .. toctree::\n-   :maxdepth: 2\n+   :maxdepth: 1\n    :caption: Contents:\n \n    Home <self>\n",
    "prefixes": [
        "libcamera-devel",
        "5/8"
    ]
}