get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 385,
    "url": "https://patches.dpdk.org/api/patches/385/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1410809031-19114-5-git-send-email-nhorman@tuxdriver.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1410809031-19114-5-git-send-email-nhorman@tuxdriver.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1410809031-19114-5-git-send-email-nhorman@tuxdriver.com",
    "date": "2014-09-15T19:23:51",
    "name": "[dpdk-dev,4/4] docs: Add ABI documentation",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "f9225a4fbe7e75ba1119204359f2e193c7161970",
    "submitter": {
        "id": 32,
        "url": "https://patches.dpdk.org/api/people/32/?format=api",
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1410809031-19114-5-git-send-email-nhorman@tuxdriver.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/385/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/385/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 10222AF7F;\n\tMon, 15 Sep 2014 21:19:16 +0200 (CEST)",
            "from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58])\n\tby dpdk.org (Postfix) with ESMTP id 425D2137D\n\tfor <dev@dpdk.org>; Mon, 15 Sep 2014 21:19:15 +0200 (CEST)",
            "from hmsreliant.think-freely.org\n\t([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost)\n\tby smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63)\n\t(envelope-from <nhorman@tuxdriver.com>)\n\tid 1XTbt9-0000pD-SL; Mon, 15 Sep 2014 15:24:46 -0400"
        ],
        "From": "Neil Horman <nhorman@tuxdriver.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 15 Sep 2014 15:23:51 -0400",
        "Message-Id": "<1410809031-19114-5-git-send-email-nhorman@tuxdriver.com>",
        "X-Mailer": "git-send-email 1.9.3",
        "In-Reply-To": "<1410809031-19114-1-git-send-email-nhorman@tuxdriver.com>",
        "References": "<1410809031-19114-1-git-send-email-nhorman@tuxdriver.com>",
        "X-Spam-Score": "-2.9 (--)",
        "X-Spam-Status": "No",
        "Subject": "[dpdk-dev] [PATCH 4/4] docs: Add ABI documentation",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Adding a document describing rudimentary ABI policy and adding notice space for\nany deprecation announcements\n\nSigned-off-by: Neil Horman <nhorman@tuxdriver.com>\nCC: Thomas Monjalon <thomas.monjalon@6wind.com>\nCC: \"Richardson, Bruce\" <bruce.richardson@intel.com>\n---\n doc/abi.txt | 17 +++++++++++++++++\n 1 file changed, 17 insertions(+)\n create mode 100644 doc/abi.txt",
    "diff": "diff --git a/doc/abi.txt b/doc/abi.txt\nnew file mode 100644\nindex 0000000..b6dcc7d\n--- /dev/null\n+++ b/doc/abi.txt\n@@ -0,0 +1,17 @@\n+ABI policy:\n+\tABI versions are set at the time of major release labeling, and ABI may\n+change multiple times between the last labeling and the HEAD label of the git\n+tree without warning\n+\n+\tABI versions, once released are available until such time as their\n+deprecation has been noted here for at least one major release cycle, after it\n+has been tagged.  E.g. the ABI for DPDK 1.8 is shipped, and then the decision to\n+remove it is made during the development of DPDK 1.9.  The decision will be\n+recorded here, shipped with the DPDK 1.9 release, and actually removed when DPDK\n+1.10 ships.\n+\n+\tABI versions may be deprecated in whole, or in part as needed by a given\n+update.\n+\n+Deprecation Notices:\n+\n",
    "prefixes": [
        "dpdk-dev",
        "4/4"
    ]
}