get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 5216,
    "url": "https://patches.dpdk.org/api/patches/5216/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1433520077-11234-1-git-send-email-bruce.richardson@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": "<1433520077-11234-1-git-send-email-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1433520077-11234-1-git-send-email-bruce.richardson@intel.com",
    "date": "2015-06-05T16:01:17",
    "name": "[dpdk-dev] examples/distributor: fix missing \"; \" in debug macro",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "f2251b45936651768411246b0f76a47aea893205",
    "submitter": {
        "id": 20,
        "url": "https://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1433520077-11234-1-git-send-email-bruce.richardson@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/5216/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/5216/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 573E05A50;\n\tFri,  5 Jun 2015 18:01:23 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id A9B7D37A8\n\tfor <dev@dpdk.org>; Fri,  5 Jun 2015 18:01:21 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga102.fm.intel.com with ESMTP; 05 Jun 2015 09:01:18 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga001.jf.intel.com with ESMTP; 05 Jun 2015 09:01:18 -0700",
            "from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com\n\t[10.237.217.45])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tt55G1Hrm030086; Fri, 5 Jun 2015 17:01:17 +0100",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t55G1HqM011270;\n\tFri, 5 Jun 2015 17:01:17 +0100",
            "(from bricha3@localhost)\n\tby sivswdev01.ir.intel.com with  id t55G1HeL011266;\n\tFri, 5 Jun 2015 17:01:17 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.13,559,1427785200\"; d=\"scan'208\";a=\"705983547\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri,  5 Jun 2015 17:01:17 +0100",
        "Message-Id": "<1433520077-11234-1-git-send-email-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] examples/distributor: fix missing \";\n\t\" in debug macro",
        "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": "The macro to turn on additional debug output when the app was compiled\nwith \"-DDEBUG\" was missing a \";\".\n\nFixes: 07db4a975094 (\"examples/distributor: new sample app\")\n\nSigned-off-by: Anbarasan Murugesan <anbarasanx.murugesan@intel.com>\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n examples/distributor/main.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/examples/distributor/main.c b/examples/distributor/main.c\nindex ae3e7b3..972bddb 100644\n--- a/examples/distributor/main.c\n+++ b/examples/distributor/main.c\n@@ -57,7 +57,7 @@\n #ifdef DEBUG\n #define LOG_LEVEL RTE_LOG_DEBUG\n #define LOG_DEBUG(log_type, fmt, args...) do {\t\\\n-\tRTE_LOG(DEBUG, log_type, fmt, ##args)\t\t\\\n+\tRTE_LOG(DEBUG, log_type, fmt, ##args);\t\t\\\n } while (0)\n #else\n #define LOG_LEVEL RTE_LOG_INFO\n",
    "prefixes": [
        "dpdk-dev"
    ]
}