get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17018,
    "url": "https://patches.dpdk.org/api/patches/17018/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1479220879-7914-1-git-send-email-reshma.pattan@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": "<1479220879-7914-1-git-send-email-reshma.pattan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1479220879-7914-1-git-send-email-reshma.pattan@intel.com",
    "date": "2016-11-15T14:41:19",
    "name": "[dpdk-dev] doc: add pdump library to API doxygen",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "8f53c2ce00bf0520f6d995e8e4374427b5e09a80",
    "submitter": {
        "id": 70,
        "url": "https://patches.dpdk.org/api/people/70/?format=api",
        "name": "Pattan, Reshma",
        "email": "reshma.pattan@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1479220879-7914-1-git-send-email-reshma.pattan@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17018/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/17018/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 3424B475E;\n\tTue, 15 Nov 2016 15:41:27 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id A3914475D\n\tfor <dev@dpdk.org>; Tue, 15 Nov 2016 15:41:24 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga105.jf.intel.com with ESMTP; 15 Nov 2016 06:41:23 -0800",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby orsmga002.jf.intel.com with ESMTP; 15 Nov 2016 06:41:20 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,495,1473145200\"; d=\"scan'208\";a=\"4512268\"",
        "From": "Reshma Pattan <reshma.pattan@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Reshma Pattan <reshma.pattan@intel.com>",
        "Date": "Tue, 15 Nov 2016 14:41:19 +0000",
        "Message-Id": "<1479220879-7914-1-git-send-email-reshma.pattan@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH] doc: add pdump library to API doxygen",
        "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": "Add pdump library to API doxygen.\n\nSigned-off-by: Reshma Pattan <reshma.pattan@intel.com>\n---\n doc/api/doxy-api-index.md | 3 ++-\n doc/api/doxy-api.conf     | 1 +\n 2 files changed, 3 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md\nindex 6675f96..492a0af 100644\n--- a/doc/api/doxy-api-index.md\n+++ b/doc/api/doxy-api-index.md\n@@ -140,7 +140,8 @@ There are many libraries, so their headers may be grouped by topics:\n   [debug]              (@ref rte_debug.h),\n   [log]                (@ref rte_log.h),\n   [warnings]           (@ref rte_warnings.h),\n-  [errno]              (@ref rte_errno.h)\n+  [errno]              (@ref rte_errno.h),\n+  [pdump]              (@ref rte_pdump.h)\n \n - **misc**:\n   [EAL config]         (@ref rte_eal.h),\ndiff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf\nindex 9dc7ae5..b340fcf 100644\n--- a/doc/api/doxy-api.conf\n+++ b/doc/api/doxy-api.conf\n@@ -51,6 +51,7 @@ INPUT                   = doc/api/doxy-api-index.md \\\n                           lib/librte_mempool \\\n                           lib/librte_meter \\\n                           lib/librte_net \\\n+                          lib/librte_pdump \\\n                           lib/librte_pipeline \\\n                           lib/librte_port \\\n                           lib/librte_power \\\n",
    "prefixes": [
        "dpdk-dev"
    ]
}