Show a patch.

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

{
    "id": 324,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/324/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/324/",
    "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": "<20190122141929.20608-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-01-22T14:19:29",
    "name": "[libcamera-devel,v2] libcamera: media_device: fix typo in documentation for MediaDevice::deviceNode()",
    "commit_ref": "f10f1b8bb157973053aecc3176d089aae6e276fa",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "cfba2f32d63f93c7b04590d5399b5b49ba4bfc9d",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/324/mbox/",
    "series": [
        {
            "id": 113,
            "url": "https://patchwork.libcamera.org/api/1.1/series/113/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=113",
            "date": "2019-01-22T14:19:29",
            "name": "[libcamera-devel,v2] libcamera: media_device: fix typo in documentation for MediaDevice::deviceNode()",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/113/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/324/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/324/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<niklas.soderlund@ragnatech.se>",
        "Received": [
            "from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net\n\t[195.74.38.228])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 84B1F60B1B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 22 Jan 2019 15:19:39 +0100 (CET)",
            "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid bac7f942-1e50-11e9-874f-005056917f90;\n\tTue, 22 Jan 2019 15:19:35 +0100 (CET)"
        ],
        "X-Halon-ID": "bac7f942-1e50-11e9-874f-005056917f90",
        "Authorized-sender": "niklas@soderlund.pp.se",
        "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 22 Jan 2019 15:19:29 +0100",
        "Message-Id": "<20190122141929.20608-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2] libcamera: media_device: fix typo in\n\tdocumentation for MediaDevice::deviceNode()",
        "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, 22 Jan 2019 14:19:39 -0000"
    },
    "content": "Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\n src/libcamera/media_device.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/src/libcamera/media_device.cpp b/src/libcamera/media_device.cpp\nindex b12e71439a584f45..51e5088ebdd9afda 100644\n--- a/src/libcamera/media_device.cpp\n+++ b/src/libcamera/media_device.cpp\n@@ -287,7 +287,7 @@ int MediaDevice::populate()\n \n /**\n  * \\fn MediaDevice::deviceNode()\n- * \\brief Retrieve the media device device node path\n+ * \\brief Retrieve the media device node path\n  * \\return The MediaDevice deviceNode path\n  */\n \n",
    "prefixes": [
        "libcamera-devel",
        "v2"
    ]
}