get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 7772,
    "url": "https://patches.dpdk.org/api/patches/7772/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1445346087-2880-6-git-send-email-michalx.k.jastrzebski@intel.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": "<1445346087-2880-6-git-send-email-michalx.k.jastrzebski@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1445346087-2880-6-git-send-email-michalx.k.jastrzebski@intel.com",
    "date": "2015-10-20T13:01:27",
    "name": "[dpdk-dev,v4,5/5] doc: modify release notes and deprecation notice for table and pipeline",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "572723d8a249adbfbe2d0e8ce8b5f040da929962",
    "submitter": {
        "id": 74,
        "url": "https://patches.dpdk.org/api/people/74/?format=api",
        "name": "Michal Jastrzebski",
        "email": "michalx.k.jastrzebski@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1445346087-2880-6-git-send-email-michalx.k.jastrzebski@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/7772/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/7772/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 546CA8E9E;\n\tTue, 20 Oct 2015 15:04:45 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id DA2C58E9E\n\tfor <dev@dpdk.org>; Tue, 20 Oct 2015 15:04:41 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga102.fm.intel.com with ESMTP; 20 Oct 2015 06:02:07 -0700",
            "from unknown (HELO Sent) ([10.217.248.25])\n\tby orsmga002.jf.intel.com with SMTP; 20 Oct 2015 06:02:06 -0700",
            "by Sent (sSMTP sendmail emulation); Tue, 20 Oct 2015 15:02:04 +0116"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.17,707,1437462000\"; d=\"scan'208\";a=\"830847395\"",
        "From": "Michal Jastrzebski <michalx.k.jastrzebski@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 20 Oct 2015 15:01:27 +0200",
        "Message-Id": "<1445346087-2880-6-git-send-email-michalx.k.jastrzebski@intel.com>",
        "X-Mailer": "git-send-email 2.1.1",
        "In-Reply-To": "<1445346087-2880-1-git-send-email-michalx.k.jastrzebski@intel.com>",
        "References": "<1445346087-2880-1-git-send-email-michalx.k.jastrzebski@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v4 5/5] doc: modify release notes and deprecation\n\tnotice for table and pipeline",
        "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": "From: Marcin Kerlin <marcinx.kerlin@intel.com>\n\nThe release notes is updated and the deprecation announce is removed.\n\nSigned-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>\nSigned-off-by: Marcin Kerlin <marcinx.kerlin@intel.com>\nAcked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst | 3 ---\n doc/guides/rel_notes/release_2_2.rst | 2 +-\n 2 files changed, 1 insertion(+), 4 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 018a119..5be498a 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -45,9 +45,6 @@ Deprecation Notices\n   the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased.\n   Most likely, the new values will be 64 and 256, respectively.\n \n-* librte_table: New functions for table entry bulk add/delete will be added\n-  to the table operations structure.\n-\n * librte_table hash: Key mask parameter will be added to the hash table\n   parameter structure for 8-byte key and 16-byte key extendible bucket and\n   LRU tables.\ndiff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst\nindex 89cba4d..fa85c9f 100644\n--- a/doc/guides/rel_notes/release_2_2.rst\n+++ b/doc/guides/rel_notes/release_2_2.rst\n@@ -128,7 +128,7 @@ The libraries prepended with a plus sign were incremented in this version.\n    + librte_mbuf.so.2\n      librte_mempool.so.1\n      librte_meter.so.1\n-     librte_pipeline.so.1\n+   + librte_pipeline.so.2\n      librte_pmd_bond.so.1\n    + librte_pmd_ring.so.2\n    + librte_port.so.2\n",
    "prefixes": [
        "dpdk-dev",
        "v4",
        "5/5"
    ]
}