get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 801008,
    "url": "http://patchwork.ozlabs.org/api/patches/801008/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170813153431.4487-1-wsa@the-dreams.de/",
    "project": {
        "id": 35,
        "url": "http://patchwork.ozlabs.org/api/projects/35/?format=api",
        "name": "Linux I2C development",
        "link_name": "linux-i2c",
        "list_id": "linux-i2c.vger.kernel.org",
        "list_email": "linux-i2c@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170813153431.4487-1-wsa@the-dreams.de>",
    "list_archive_url": null,
    "date": "2017-08-13T15:34:31",
    "name": "MAINTAINERS: drop entry for Blackfin I2C and Sonic's email",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "216807125eea0b592c2a0fd32ae70abfe845587d",
    "submitter": {
        "id": 22495,
        "url": "http://patchwork.ozlabs.org/api/people/22495/?format=api",
        "name": "Wolfram Sang",
        "email": "wsa@the-dreams.de"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170813153431.4487-1-wsa@the-dreams.de/mbox/",
    "series": [],
    "comments": "http://patchwork.ozlabs.org/api/patches/801008/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/801008/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<linux-i2c-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-i2c-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 3xVjTz2Scmz9s83\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 14 Aug 2017 01:34:47 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751490AbdHMPep (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tSun, 13 Aug 2017 11:34:45 -0400",
            "from sauhun.de ([88.99.104.3]:46712 \"EHLO pokefinder.org\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751325AbdHMPep (ORCPT <rfc822;linux-i2c@vger.kernel.org>);\n\tSun, 13 Aug 2017 11:34:45 -0400",
            "from localhost (p54B33788.dip0.t-ipconnect.de [84.179.55.136])\n\tby pokefinder.org (Postfix) with ESMTPSA id A9C8D2C35C3;\n\tSun, 13 Aug 2017 17:34:43 +0200 (CEST)"
        ],
        "From": "Wolfram Sang <wsa@the-dreams.de>",
        "To": "linux-i2c@vger.kernel.org",
        "Cc": "adi-buildroot-devel@lists.sourceforge.net,\n\tSteven Miao <realmz6@gmail.com>, linux-kernel@vger.kernel.org,\n\tWolfram Sang <wsa@the-dreams.de>",
        "Subject": "[PATCH] MAINTAINERS: drop entry for Blackfin I2C and Sonic's email",
        "Date": "Sun, 13 Aug 2017 17:34:31 +0200",
        "Message-Id": "<20170813153431.4487-1-wsa@the-dreams.de>",
        "X-Mailer": "git-send-email 2.11.0",
        "Sender": "linux-i2c-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<linux-i2c.vger.kernel.org>",
        "X-Mailing-List": "linux-i2c@vger.kernel.org"
    },
    "content": "Sonic's email address bounced, so remove it from MAINTAINERS. Since\nthere was no I2C/TWI maintenance activity for 3 years now, drop that\nwhole entry.\n\nSigned-off-by: Wolfram Sang <wsa@the-dreams.de>\n---\n\nBecause the Blackfin ML activity is very low, I wonder if the state of the\nwhole Blackfin arch really matches \"Supported\"? Yet, I can only speak for\nI2C/TWI here. And as always: If you think I am wrong and want to step up, I'd\nsuper-happily drop this patch in favor of an update.\n\n MAINTAINERS | 9 ---------\n 1 file changed, 9 deletions(-)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 6f7721d1634c2e..b9f585784e9dee 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -2546,13 +2546,6 @@ W:\thttp://blackfin.uclinux.org\n S:\tSupported\n F:\tdrivers/net/ethernet/adi/\n \n-BLACKFIN I2C TWI DRIVER\n-M:\tSonic Zhang <sonic.zhang@analog.com>\n-L:\tadi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)\n-W:\thttp://blackfin.uclinux.org/\n-S:\tSupported\n-F:\tdrivers/i2c/busses/i2c-bfin-twi.c\n-\n BLACKFIN MEDIA DRIVER\n M:\tScott Jiang <scott.jiang.linux@gmail.com>\n L:\tadi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)\n@@ -2569,14 +2562,12 @@ S:\tSupported\n F:\tdrivers/rtc/rtc-bfin.c\n \n BLACKFIN SDH DRIVER\n-M:\tSonic Zhang <sonic.zhang@analog.com>\n L:\tadi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)\n W:\thttp://blackfin.uclinux.org\n S:\tSupported\n F:\tdrivers/mmc/host/bfin_sdh.c\n \n BLACKFIN SERIAL DRIVER\n-M:\tSonic Zhang <sonic.zhang@analog.com>\n L:\tadi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)\n W:\thttp://blackfin.uclinux.org\n S:\tSupported\n",
    "prefixes": []
}