Show a patch.

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

{
    "id": 1614,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/1614/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/1614/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "<20190704145942.17879-2-kieran.bingham@ideasonboard.com>",
    "date": "2019-07-04T14:59:37",
    "name": "[libcamera-devel,v4,1/6] Documentation: Make the project brief more expressive",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "b62b7c2883cb50c8c7ada48c3d0320b2dc80864d",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/1614/mbox/",
    "series": [
        {
            "id": 405,
            "url": "https://patchwork.libcamera.org/api/1.1/series/405/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=405",
            "date": "2019-07-04T14:59:36",
            "name": "Automatic Version Generation ++",
            "version": 4,
            "mbox": "https://patchwork.libcamera.org/series/405/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/1614/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/1614/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 7BCBD6156A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  4 Jul 2019 16:59:46 +0200 (CEST)",
            "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 0E9182AF;\n\tThu,  4 Jul 2019 16:59:46 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562252386;\n\tbh=E1dDyxS1kb60RBPGCuJSImrNS/XhBKNg22uLyjcxOA4=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=Lf+2x0yRcV2KXC7SVl5Qo5I8CTG9gYGAiqLhtKwp+7Wia+h+ZBdUATCvoFGRuEz93\n\tZ4mjDPRtsIxc0czqJy13ZCeuCYiiDtW+xEKK2w4aLM+4/Jbgf44Wf/pacxy4d4aWWv\n\tTr8rX5T5Rid1CKzGSKadjEVE+IqJU2B3TU6130Ig=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Thu,  4 Jul 2019 15:59:37 +0100",
        "Message-Id": "<20190704145942.17879-2-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "In-Reply-To": "<20190704145942.17879-1-kieran.bingham@ideasonboard.com>",
        "References": "<20190704145942.17879-1-kieran.bingham@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v4 1/6] Documentation: Make the project\n\tbrief more expressive",
        "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": "Thu, 04 Jul 2019 14:59:46 -0000"
    },
    "content": "The current project brief lacks any quotation marks, and causes the\nDoxygen API documents to show the header \"libcameraframework\".\n\nReplace the simplistic definition with a better brief, and ensure\nquotation marks are provided to maintain spacing.\n\nFixes: 53c4d4c34fc4 (\"Documentation: Generate source code documentation using Doxygen\")\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 9ca32241b895..cad85ff979f8 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -44,7 +44,7 @@ PROJECT_NUMBER         = @VERSION@\n # for a project that appears at the top of each page and should give viewer a\n # quick idea about the purpose of the project. Keep the description short.\n \n-PROJECT_BRIEF          = libcamera framework\n+PROJECT_BRIEF          = \"Supporting cameras in Linux since 2019\"\n \n # With the PROJECT_LOGO tag one can specify a logo or an icon that is included\n # in the documentation. The maximum height of the logo should not exceed 55\n",
    "prefixes": [
        "libcamera-devel",
        "v4",
        "1/6"
    ]
}