get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41076,
    "url": "https://patches.dpdk.org/api/patches/41076/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1528960419-23157-1-git-send-email-rahul.lakkireddy@chelsio.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": "<1528960419-23157-1-git-send-email-rahul.lakkireddy@chelsio.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1528960419-23157-1-git-send-email-rahul.lakkireddy@chelsio.com",
    "date": "2018-06-14T07:13:39",
    "name": "net/cxgbe: fix copyright year in license",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "048ab9e07cc95f3e2019fa949752e3bc90915c7d",
    "submitter": {
        "id": 241,
        "url": "https://patches.dpdk.org/api/people/241/?format=api",
        "name": "Rahul Lakkireddy",
        "email": "rahul.lakkireddy@chelsio.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1528960419-23157-1-git-send-email-rahul.lakkireddy@chelsio.com/mbox/",
    "series": [
        {
            "id": 116,
            "url": "https://patches.dpdk.org/api/series/116/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=116",
            "date": "2018-06-14T07:13:39",
            "name": "net/cxgbe: fix copyright year in license",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/116/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/41076/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/41076/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D7C3A1E8F3;\n\tThu, 14 Jun 2018 09:14:33 +0200 (CEST)",
            "from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8])\n\tby dpdk.org (Postfix) with ESMTP id 86BE71E874\n\tfor <dev@dpdk.org>; Thu, 14 Jun 2018 09:14:32 +0200 (CEST)",
            "from localhost (scalar.blr.asicdesigners.com [10.193.185.94])\n\tby stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id w5E7ESHK030257; \n\tThu, 14 Jun 2018 00:14:29 -0700"
        ],
        "From": "Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>",
        "To": "dev@dpdk.org",
        "Cc": "shaguna@chelsio.com, kumaras@chelsio.com, indranil@chelsio.com,\n\tnirranjan@chelsio.com",
        "Date": "Thu, 14 Jun 2018 12:43:39 +0530",
        "Message-Id": "<1528960419-23157-1-git-send-email-rahul.lakkireddy@chelsio.com>",
        "X-Mailer": "git-send-email 2.5.3",
        "Subject": "[dpdk-dev] [PATCH] net/cxgbe: fix copyright year in license",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://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": "<https://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": "Fixes: 22d9597f6b59 (\"net/cxgbe: query firmware for filter resources\")\nFixes: 10eee6a8fae7 (\"net/cxgbe: parse and validate flows\")\n\nSigned-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>\n---\n drivers/net/cxgbe/cxgbe_filter.c | 2 +-\n drivers/net/cxgbe/cxgbe_filter.h | 2 +-\n drivers/net/cxgbe/cxgbe_flow.c   | 2 +-\n drivers/net/cxgbe/cxgbe_flow.h   | 2 +-\n drivers/net/cxgbe/cxgbe_ofld.h   | 2 +-\n 5 files changed, 5 insertions(+), 5 deletions(-)",
    "diff": "diff --git a/drivers/net/cxgbe/cxgbe_filter.c b/drivers/net/cxgbe/cxgbe_filter.c\nindex 2fc580e61..d098b9308 100644\n--- a/drivers/net/cxgbe/cxgbe_filter.c\n+++ b/drivers/net/cxgbe/cxgbe_filter.c\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2014-2018 Chelsio Communications.\n+ * Copyright(c) 2018 Chelsio Communications.\n  * All rights reserved.\n  */\n \ndiff --git a/drivers/net/cxgbe/cxgbe_filter.h b/drivers/net/cxgbe/cxgbe_filter.h\nindex 70443df4c..4df37b9cd 100644\n--- a/drivers/net/cxgbe/cxgbe_filter.h\n+++ b/drivers/net/cxgbe/cxgbe_filter.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2014-2018 Chelsio Communications.\n+ * Copyright(c) 2018 Chelsio Communications.\n  * All rights reserved.\n  */\n \ndiff --git a/drivers/net/cxgbe/cxgbe_flow.c b/drivers/net/cxgbe/cxgbe_flow.c\nindex 061947dae..23b7d00b3 100644\n--- a/drivers/net/cxgbe/cxgbe_flow.c\n+++ b/drivers/net/cxgbe/cxgbe_flow.c\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2014-2018 Chelsio Communications.\n+ * Copyright(c) 2018 Chelsio Communications.\n  * All rights reserved.\n  */\n #include \"common.h\"\ndiff --git a/drivers/net/cxgbe/cxgbe_flow.h b/drivers/net/cxgbe/cxgbe_flow.h\nindex 4456376aa..0f7504745 100644\n--- a/drivers/net/cxgbe/cxgbe_flow.h\n+++ b/drivers/net/cxgbe/cxgbe_flow.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2014-2018 Chelsio Communications.\n+ * Copyright(c) 2018 Chelsio Communications.\n  * All rights reserved.\n  */\n #ifndef _CXGBE_FLOW_H_\ndiff --git a/drivers/net/cxgbe/cxgbe_ofld.h b/drivers/net/cxgbe/cxgbe_ofld.h\nindex 57b4eb15b..9f382f659 100644\n--- a/drivers/net/cxgbe/cxgbe_ofld.h\n+++ b/drivers/net/cxgbe/cxgbe_ofld.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2014-2018 Chelsio Communications.\n+ * Copyright(c) 2018 Chelsio Communications.\n  * All rights reserved.\n  */\n \n",
    "prefixes": []
}