get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 814517,
    "url": "http://patchwork.ozlabs.org/api/1.2/patches/814517/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170916142802.GA13664@amd/",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170916142802.GA13664@amd>",
    "list_archive_url": null,
    "date": "2017-09-16T14:28:02",
    "name": "Documentation: link in networking docs",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "3bddfc69fd54363a67c523065695001d0d615757",
    "submitter": {
        "id": 2109,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/2109/?format=api",
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz"
    },
    "delegate": {
        "id": 34,
        "url": "http://patchwork.ozlabs.org/api/1.2/users/34/?format=api",
        "username": "davem",
        "first_name": "David",
        "last_name": "Miller",
        "email": "davem@davemloft.net"
    },
    "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170916142802.GA13664@amd/mbox/",
    "series": [
        {
            "id": 3449,
            "url": "http://patchwork.ozlabs.org/api/1.2/series/3449/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3449",
            "date": "2017-09-16T14:28:02",
            "name": "Documentation: link in networking docs",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/3449/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/814517/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/814517/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<netdev-owner@vger.kernel.org>",
        "X-Original-To": "patchwork-incoming@ozlabs.org",
        "Delivered-To": "patchwork-incoming@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=netdev-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 3xvZPY716Dz9sPk\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSun, 17 Sep 2017 00:28:17 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751352AbdIPO2G (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tSat, 16 Sep 2017 10:28:06 -0400",
            "from atrey.karlin.mff.cuni.cz ([195.113.26.193]:34021 \"EHLO\n\tatrey.karlin.mff.cuni.cz\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751234AbdIPO2E (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Sat, 16 Sep 2017 10:28:04 -0400",
            "by atrey.karlin.mff.cuni.cz (Postfix, from userid 512)\n\tid 42207824CA; Sat, 16 Sep 2017 16:28:03 +0200 (CEST)"
        ],
        "Date": "Sat, 16 Sep 2017 16:28:02 +0200",
        "From": "Pavel Machek <pavel@ucw.cz>",
        "To": "kernel list <linux-kernel@vger.kernel.org>,\n\tNetdev list <netdev@vger.kernel.org>,\n\tlinux-doc@vger.kernel.org, corbet@lwn.net, davem@davemloft.net",
        "Subject": "[PATCH] Documentation: link in networking docs",
        "Message-ID": "<20170916142802.GA13664@amd>",
        "References": "<20170916114954.GB5459@amd>",
        "MIME-Version": "1.0",
        "Content-Type": "multipart/signed; micalg=pgp-sha1;\n\tprotocol=\"application/pgp-signature\"; boundary=\"vtzGhvizbBRQ85DL\"",
        "Content-Disposition": "inline",
        "In-Reply-To": "<20170916114954.GB5459@amd>",
        "User-Agent": "Mutt/1.5.23 (2014-03-12)",
        "Sender": "netdev-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<netdev.vger.kernel.org>",
        "X-Mailing-List": "netdev@vger.kernel.org"
    },
    "content": "Fix link in filter.txt.\n\nAcked-by: Pavel Machek <pavel@ucw.cz>",
    "diff": "diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt\nindex e5e33ba..789b74d 100644\n--- a/Documentation/networking/filter.txt\n+++ b/Documentation/networking/filter.txt\n@@ -45,7 +45,7 @@ in many more places. There's xt_bpf for netfilter, cls_bpf in the kernel\n qdisc layer, SECCOMP-BPF (SECure COMPuting [1]), and lots of other places\n such as team driver, PTP code, etc where BPF is being used.\n \n- [1] Documentation/prctl/seccomp_filter.txt\n+ [1] Documentation/userspace-api/seccomp_filter.rst\n \n Original BPF paper:\n \n",
    "prefixes": []
}