get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 805769,
    "url": "http://patchwork.ozlabs.org/api/1.2/patches/805769/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/fwts/patch/1503641897-8890-1-git-send-email-alex.hung@canonical.com/",
    "project": {
        "id": 24,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/24/?format=api",
        "name": "Firmware Test Suite development",
        "link_name": "fwts",
        "list_id": "fwts-devel.lists.ubuntu.com",
        "list_email": "fwts-devel@lists.ubuntu.com",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<1503641897-8890-1-git-send-email-alex.hung@canonical.com>",
    "list_archive_url": null,
    "date": "2017-08-25T06:18:17",
    "name": "doc: update contributors and date to the manual",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "785406c058cd2ff50b92a0f248427a5b38c3e372",
    "submitter": {
        "id": 10593,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/10593/?format=api",
        "name": "Alex Hung",
        "email": "alex.hung@canonical.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/fwts/patch/1503641897-8890-1-git-send-email-alex.hung@canonical.com/mbox/",
    "series": [],
    "comments": "http://patchwork.ozlabs.org/api/patches/805769/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/805769/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<fwts-devel-bounces@lists.ubuntu.com>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org",
        "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=fwts-devel-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3xdrZf0Tyhz9s7h;\n\tFri, 25 Aug 2017 16:18:31 +1000 (AEST)",
            "from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.76)\n\t(envelope-from <fwts-devel-bounces@lists.ubuntu.com>)\n\tid 1dl7wr-0001Hj-Bt; Fri, 25 Aug 2017 06:18:29 +0000",
            "from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <alex.hung@canonical.com>)\n\tid 1dl7wn-0001GE-AR\n\tfor fwts-devel@lists.ubuntu.com; Fri, 25 Aug 2017 06:18:25 +0000",
            "from 1.general.alexhung.us.vpn ([10.172.65.254] helo=canonical.com)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76)\n\t(envelope-from <alex.hung@canonical.com>)\n\tid 1dl7wm-0004iI-PP; Fri, 25 Aug 2017 06:18:25 +0000"
        ],
        "From": "Alex Hung <alex.hung@canonical.com>",
        "To": "fwts-devel@lists.ubuntu.com",
        "Subject": "[PATCH] doc: update contributors and date to the manual",
        "Date": "Thu, 24 Aug 2017 23:18:17 -0700",
        "Message-Id": "<1503641897-8890-1-git-send-email-alex.hung@canonical.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "X-BeenThere": "fwts-devel@lists.ubuntu.com",
        "X-Mailman-Version": "2.1.14",
        "Precedence": "list",
        "List-Id": "Firmware Test Suite Development <fwts-devel.lists.ubuntu.com>",
        "List-Unsubscribe": "<https://lists.ubuntu.com/mailman/options/fwts-devel>,\n\t<mailto:fwts-devel-request@lists.ubuntu.com?subject=unsubscribe>",
        "List-Archive": "<https://lists.ubuntu.com/archives/fwts-devel>",
        "List-Post": "<mailto:fwts-devel@lists.ubuntu.com>",
        "List-Help": "<mailto:fwts-devel-request@lists.ubuntu.com?subject=help>",
        "List-Subscribe": "<https://lists.ubuntu.com/mailman/listinfo/fwts-devel>,\n\t<mailto:fwts-devel-request@lists.ubuntu.com?subject=subscribe>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"us-ascii\"",
        "Content-Transfer-Encoding": "7bit",
        "Errors-To": "fwts-devel-bounces@lists.ubuntu.com",
        "Sender": "fwts-devel-bounces@lists.ubuntu.com"
    },
    "content": "Signed-off-by: Alex Hung <alex.hung@canonical.com>\n---\n doc/fwts.1 | 9 +++++----\n 1 file changed, 5 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/doc/fwts.1 b/doc/fwts.1\nindex 3c97480..594c5e9 100644\n--- a/doc/fwts.1\n+++ b/doc/fwts.1\n@@ -2,7 +2,7 @@\n .\\\" First parameter, NAME, should be all caps\n .\\\" Second parameter, SECTION, should be 1-8, maybe w/ subsection\n .\\\" other parameters are allowed: see man(7), man(1)\n-.TH FWTS 1 \"4 November, 2016\"\n+.TH FWTS 1 \"24 August, 2017\"\n .\\\" Please adjust this date whenever revising the manpage.\n .\\\"\n .\\\" Some roff macros, for reference:\n@@ -417,9 +417,10 @@ code derived from the Intel Linux Firmware test kit.  Many thanks also for\n contributions from (in alpabetical order): AceLan Kao, Al Stone, Alberto\n Milone, Alex Hung, Anthony Wong, Chris Van Hoof, David Ward, Deb McLemore,\n Erico Nunes, Fan Wu, Fu Wei, Heyi Guo, Ivan Hu, Jeffrey Hugo, Jeremy Kerr,\n-Jiri Vohanka, Kamal Mostafa, Keng-Yu Lin, Matt Flemimg, Naresh Bhat,\n-Paul Menzel, Phidias Chiang, Pradeep Gaddam, Prarit Bhargava, Ricardo Neri,\n-Robert Hooker, Rudolf Marek, Seth Forshee, Yang Kun, Yi Li and Zhang Rui.\n+Jiri Vohanka, Kamal Mostafa, Keng-Yu Lin, Mahesh Bireddy, Matt Flemimg,\n+Naresh Bhat, Paul Menzel, Phidias Chiang, Pradeep Gaddam, Prarit Bhargava,\n+Rajat Goyal, Ricardo Neri, Robert Hooker, Rudolf Marek, Sakar Arora,\n+Seth Forshee, Yang Kun, Yi Li and Zhang Rui.\n .PP\n This manual page was written by Colin King for the Ubuntu project\n (but may be used by others).\n",
    "prefixes": []
}