Show a patch.

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

{
    "id": 176,
    "url": "https://patchwork.libcamera.org/api/patches/176/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/176/",
    "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": "<20190108132106.24906-2-kieran.bingham@ideasonboard.com>",
    "date": "2019-01-08T13:21:05",
    "name": "[libcamera-devel,1/2] Documentation: Suppress normal doxygen output",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "65d6a3185e27078c68aea14607ea18457471aa6c",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/176/mbox/",
    "series": [
        {
            "id": 57,
            "url": "https://patchwork.libcamera.org/api/series/57/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=57",
            "date": "2019-01-08T13:21:04",
            "name": "Documentation: Quieten Doxygen",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/57/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/176/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/176/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<kieran.bingham@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 9AA4660B21\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  8 Jan 2019 14:21:13 +0100 (CET)",
            "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 082A65A5;\n\tTue,  8 Jan 2019 14:21:12 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546953673;\n\tbh=GWQ+lM4dnwJ/qi7HEOTrfZh5LR8x/0hFHPj7qK9cfYo=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=tIvl4Yx4adVrjUxb+NuhiYieilumbdzrMz5WcjzU2fhfYvPQkVuelJltz5VZqo4iO\n\tHcPZqWkXhgXZOAJLEFjAzmF6ACdvyHWZkxHoKATJ0iUCT4DhN1JK2PXz+MepszeXsl\n\tYIQ4MhPdGn1elnD5okEBeq8yy+mz2GOUHl35MQ2M=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Tue,  8 Jan 2019 13:21:05 +0000",
        "Message-Id": "<20190108132106.24906-2-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190108132106.24906-1-kieran.bingham@ideasonboard.com>",
        "References": "<20190108132106.24906-1-kieran.bingham@ideasonboard.com>",
        "Subject": "[libcamera-devel] [PATCH 1/2] Documentation: Suppress normal\n\tdoxygen output",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "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": "Tue, 08 Jan 2019 13:21:13 -0000"
    },
    "content": "Enable the QUIET mode of Doxygen so that warnings and errors from\nDoxygen are more prominent in the build logs.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex b1a70d36eee5..335664dbcbf0 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -725,7 +725,7 @@ CITE_BIB_FILES         =\n # messages are off.\n # The default value is: NO.\n \n-QUIET                  = NO\n+QUIET                  = YES\n \n # The WARNINGS tag can be used to turn on/off the warning messages that are\n # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES\n",
    "prefixes": [
        "libcamera-devel",
        "1/2"
    ]
}