get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 701,
    "url": "https://patches.dpdk.org/api/patches/701/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1412265386-26291-3-git-send-email-sergio.gonzalez.monroy@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": "<1412265386-26291-3-git-send-email-sergio.gonzalez.monroy@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1412265386-26291-3-git-send-email-sergio.gonzalez.monroy@intel.com",
    "date": "2014-10-02T15:56:24",
    "name": "[dpdk-dev,2/4] Do not generate individual libs when configured with RTE_BUILD_COMBINE_LIBS=y",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "90daa3fb6206dd8ec76e6513da53cd174471ca4b",
    "submitter": {
        "id": 73,
        "url": "https://patches.dpdk.org/api/people/73/?format=api",
        "name": "Sergio Gonzalez Monroy",
        "email": "sergio.gonzalez.monroy@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1412265386-26291-3-git-send-email-sergio.gonzalez.monroy@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/701/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/701/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<smonroy@ecsmtp.ir.intel.com>",
        "Received": [
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 4C3896A9B\n\tfor <dev@dpdk.org>; Thu,  2 Oct 2014 17:49:40 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga101.fm.intel.com with ESMTP; 02 Oct 2014 08:56:28 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby FMSMGA003.fm.intel.com with ESMTP; 02 Oct 2014 08:50:02 -0700",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\ts92FuQA0020618 for <dev@dpdk.org>; Thu, 2 Oct 2014 16:56:27 +0100",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id s92FuQ5v026342\n\tfor <dev@dpdk.org>; Thu, 2 Oct 2014 16:56:26 +0100",
            "(from smonroy@localhost)\n\tby sivswdev02.ir.intel.com with  id s92FuQ6n026338\n\tfor dev@dpdk.org; Thu, 2 Oct 2014 16:56:26 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"4.97,862,1389772800\"; d=\"scan'208\";a=\"394686858\"",
        "From": "Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu,  2 Oct 2014 16:56:24 +0100",
        "Message-Id": "<1412265386-26291-3-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "X-Mailer": "git-send-email 1.8.5.4",
        "In-Reply-To": "<1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "References": "<1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 2/4] Do not generate individual libs when\n\tconfigured with RTE_BUILD_COMBINE_LIBS=y",
        "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>",
        "X-List-Received-Date": "Thu, 02 Oct 2014 15:49:40 -0000"
    },
    "content": "When RTE_BUILD_COMBINE_LIBS=y is configured, there won't be individual shared\nlibraries to copy over.\n\nSigned-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>\n---\n mk/rte.lib.mk | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/mk/rte.lib.mk b/mk/rte.lib.mk\nindex f458258..d594692 100644\n--- a/mk/rte.lib.mk\n+++ b/mk/rte.lib.mk\n@@ -158,9 +158,11 @@ endif\n # install lib in $(RTE_OUTPUT)/lib\n #\n $(RTE_OUTPUT)/lib/$(LIB): $(LIB)\n+ifneq ($(RTE_BUILD_COMBINE_LIBS),y)\n \t@echo \"  INSTALL-LIB $(LIB)\"\n \t@[ -d $(RTE_OUTPUT)/lib ] || mkdir -p $(RTE_OUTPUT)/lib\n \t$(Q)cp -f $(LIB) $(RTE_OUTPUT)/lib\n+endif\n \n #\n # Clean all generated files\n",
    "prefixes": [
        "dpdk-dev",
        "2/4"
    ]
}