get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 807564,
    "url": "http://patchwork.ozlabs.org/api/patches/807564/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-gpio/patch/1504086958-5286-1-git-send-email-geert+renesas@glider.be/",
    "project": {
        "id": 42,
        "url": "http://patchwork.ozlabs.org/api/projects/42/?format=api",
        "name": "Linux GPIO development",
        "link_name": "linux-gpio",
        "list_id": "linux-gpio.vger.kernel.org",
        "list_email": "linux-gpio@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<1504086958-5286-1-git-send-email-geert+renesas@glider.be>",
    "list_archive_url": null,
    "date": "2017-08-30T09:55:58",
    "name": "dt-bindings: pinctrl: sh-pfc: Use generic node name",
    "commit_ref": null,
    "pull_url": null,
    "state": "new",
    "archived": false,
    "hash": "9d5d111cbc75bf6b42b479f453241f2e781268fa",
    "submitter": {
        "id": 63808,
        "url": "http://patchwork.ozlabs.org/api/people/63808/?format=api",
        "name": "Geert Uytterhoeven",
        "email": "geert+renesas@glider.be"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/linux-gpio/patch/1504086958-5286-1-git-send-email-geert+renesas@glider.be/mbox/",
    "series": [
        {
            "id": 571,
            "url": "http://patchwork.ozlabs.org/api/series/571/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-gpio/list/?series=571",
            "date": "2017-08-30T09:55:58",
            "name": "dt-bindings: pinctrl: sh-pfc: Use generic node name",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/571/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/807564/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/807564/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<linux-gpio-owner@vger.kernel.org>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org",
        "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-gpio-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xj19M4G1Vz9sNn\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 30 Aug 2017 19:56:07 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751326AbdH3J4G (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 05:56:06 -0400",
            "from baptiste.telenet-ops.be ([195.130.132.51]:33478 \"EHLO\n\tbaptiste.telenet-ops.be\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751263AbdH3J4F (ORCPT\n\t<rfc822; linux-gpio@vger.kernel.org>); Wed, 30 Aug 2017 05:56:05 -0400",
            "from ayla.of.borg ([84.195.106.246])\n\tby baptiste.telenet-ops.be with bizsmtp\n\tid 3Mw31w00v5JzmfG01Mw3a9; Wed, 30 Aug 2017 11:56:04 +0200",
            "from ramsan.of.borg ([192.168.97.29] helo=ramsan)\n\tby ayla.of.borg with esmtp (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dmzj5-0000FW-G1; Wed, 30 Aug 2017 11:55:59 +0200",
            "from geert by ramsan with local (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dmzj9-0001O2-RN; Wed, 30 Aug 2017 11:56:03 +0200"
        ],
        "From": "Geert Uytterhoeven <geert+renesas@glider.be>",
        "To": "Linus Walleij <linus.walleij@linaro.org>,\n\tRob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>",
        "Cc": "devicetree@vger.kernel.org, linux-gpio@vger.kernel.org,\n\tlinux-renesas-soc@vger.kernel.org,\n\tGeert Uytterhoeven <geert+renesas@glider.be>",
        "Subject": "[PATCH] dt-bindings: pinctrl: sh-pfc: Use generic node name",
        "Date": "Wed, 30 Aug 2017 11:55:58 +0200",
        "Message-Id": "<1504086958-5286-1-git-send-email-geert+renesas@glider.be>",
        "X-Mailer": "git-send-email 2.7.4",
        "Sender": "linux-gpio-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<linux-gpio.vger.kernel.org>",
        "X-Mailing-List": "linux-gpio@vger.kernel.org"
    },
    "content": "Use the preferred generic node name in the example.\n\nSigned-off-by: Geert Uytterhoeven <geert+renesas@glider.be>\n---\n Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt\nindex f4d127df980dccbc..b4083787e3ce0af7 100644\n--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt\n+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt\n@@ -112,7 +112,7 @@ Examples\n \n Example 1: SH73A0 (SH-Mobile AG5) pin controller node\n \n-\tpfc: pfc@e6050000 {\n+\tpfc: pin-controller@e6050000 {\n \t\tcompatible = \"renesas,pfc-sh73a0\";\n \t\treg = <0xe6050000 0x8000>,\n \t\t      <0xe605801c 0x1c>;\n",
    "prefixes": []
}