get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 70992,
    "url": "https://patches.dpdk.org/api/patches/70992/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1591692257-55884-1-git-send-email-xavier.huwei@huawei.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": "<1591692257-55884-1-git-send-email-xavier.huwei@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1591692257-55884-1-git-send-email-xavier.huwei@huawei.com",
    "date": "2020-06-09T08:44:13",
    "name": "[0/4] Bugfixes of coverity defects for hns3 PMD driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1405,
        "url": "https://patches.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1591692257-55884-1-git-send-email-xavier.huwei@huawei.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/70992/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/70992/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5A244A04FA;\n\tTue,  9 Jun 2020 10:45:59 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 3613529D6;\n\tTue,  9 Jun 2020 10:45:59 +0200 (CEST)",
            "from huawei.com (szxga07-in.huawei.com [45.249.212.35])\n by dpdk.org (Postfix) with ESMTP id 7F72F28EE\n for <dev@dpdk.org>; Tue,  9 Jun 2020 10:45:57 +0200 (CEST)",
            "from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id 7A747F4E187DBD3C98A3\n for <dev@dpdk.org>; Tue,  9 Jun 2020 16:45:55 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id\n 14.3.487.0; Tue, 9 Jun 2020 16:45:45 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <xavier.huwei@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<xavier.huwei@huawei.com>, <ferruh.yigit@intel.com>",
        "Date": "Tue, 9 Jun 2020 16:44:13 +0800",
        "Message-ID": "<1591692257-55884-1-git-send-email-xavier.huwei@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 0/4] Bugfixes of coverity defects for hns3 PMD\n\tdriver",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This series are bugfixes of coverity defects warning for hns3 PMD driver.\n\nHongbo Zheng (2):\n  net/hns3: avoid unchecked return value in reset err process\n  net/hns3: fix unintended sign extension in dump operation\n\nWei Hu (Xavier) (2):\n  net/hns3: fix passing negative parameter to strerror\n  net/hns3: fix unintended sign extension in fd operation\n\n drivers/net/hns3/hns3_fdir.c | 6 +++---\n drivers/net/hns3/hns3_intr.c | 8 +++++++-\n drivers/net/hns3/hns3_regs.c | 2 +-\n 3 files changed, 11 insertions(+), 5 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/4"
    ]
}