get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57182,
    "url": "https://patches.dpdk.org/api/patches/57182/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190726164343.77981-1-xiaolong.ye@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": "<20190726164343.77981-1-xiaolong.ye@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190726164343.77981-1-xiaolong.ye@intel.com",
    "date": "2019-07-26T16:43:32",
    "name": "[v2,00/11] add SPDX tags to files with Intel copyright",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1120,
        "url": "https://patches.dpdk.org/api/people/1120/?format=api",
        "name": "Xiaolong Ye",
        "email": "xiaolong.ye@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190726164343.77981-1-xiaolong.ye@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/57182/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/57182/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 276581C4C9;\n\tFri, 26 Jul 2019 18:43:51 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 29A3E1C4A4\n\tfor <dev@dpdk.org>; Fri, 26 Jul 2019 18:43:48 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Jul 2019 09:43:47 -0700",
            "from yexl-server.sh.intel.com (HELO dpdk-yexl-dev.sh.intel.com)\n\t([10.67.110.185])\n\tby fmsmga004.fm.intel.com with ESMTP; 26 Jul 2019 09:43:47 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,311,1559545200\"; d=\"scan'208\";a=\"194320488\"",
        "From": "Xiaolong Ye <xiaolong.ye@intel.com>",
        "To": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "Cc": "dev@dpdk.org,\n\tXiaolong Ye <xiaolong.ye@intel.com>",
        "Date": "Sat, 27 Jul 2019 00:43:32 +0800",
        "Message-Id": "<20190726164343.77981-1-xiaolong.ye@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190726092941.56967-1-xiaolong.ye@intel.com>",
        "References": "<20190726092941.56967-1-xiaolong.ye@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 00/11] add SPDX tags to files with Intel\n\tcopyright",
        "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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patchset replaces full BSD-3 license header with spdx tag for the\nremaining files that have Intel copyright.\n\n\nV2 changes:\n\n1. remove \"All rights reserved\"\n2. change \"Intel shannon Ltd\" to \"Intel Corporation\"\n3. add ack tag from Bruce\n\n\nXiaolong Ye (11):\n  net/ixgbe: replace license text with SPDX tag\n  net/i40e: replace license text with SPDX tag\n  net/e1000: replace license text with SPDX tag\n  net/vmxnet3: replace license text with SPDX tag\n  examples/qos_sched: replace license text with SPDX tag\n  app/test-eventdev: replace license text with SPDX tag\n  ethdev: replace license text with SPDX tag\n  lpm: replace license text with SPDX tag\n  port: replace license text with SPDX tag\n  hash: replace license text with SPDX tag\n  eal: replace license text with SPDX tag\n\n app/test-eventdev/parser.c                    | 35 ++---------------\n drivers/net/e1000/base/README                 | 34 ++--------------\n drivers/net/i40e/base/README                  | 34 ++--------------\n drivers/net/ixgbe/base/README                 | 34 ++--------------\n drivers/net/vmxnet3/base/README               | 34 ++--------------\n examples/qos_sched/profile.cfg                | 32 +--------------\n examples/qos_sched/profile_ov.cfg             | 32 +--------------\n .../common/include/arch/x86/rte_atomic_32.h   | 33 +---------------\n .../common/include/arch/x86/rte_atomic_64.h   | 33 +---------------\n lib/librte_eal/common/include/rte_keepalive.h | 32 +--------------\n lib/librte_eal/freebsd/BSDmakefile.meson      | 33 +---------------\n lib/librte_ethdev/rte_mtr.h                   | 36 ++---------------\n lib/librte_ethdev/rte_tm.h                    | 37 ++----------------\n lib/librte_hash/rte_jhash.h                   | 33 +---------------\n lib/librte_lpm/rte_lpm_neon.h                 | 39 ++-----------------\n lib/librte_port/rte_port_kni.c                | 35 ++---------------\n lib/librte_port/rte_port_kni.h                | 35 ++---------------\n 17 files changed, 46 insertions(+), 535 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "00/11"
    ]
}