get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 68744,
    "url": "https://patches.dpdk.org/api/patches/68744/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200417081918.14029-1-huwei013@chinasoftinc.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": "<20200417081918.14029-1-huwei013@chinasoftinc.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200417081918.14029-1-huwei013@chinasoftinc.com",
    "date": "2020-04-17T08:19:16",
    "name": "[v2,0/2] fixes for bonding",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1537,
        "url": "https://patches.dpdk.org/api/people/1537/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "huwei013@chinasoftinc.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200417081918.14029-1-huwei013@chinasoftinc.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/68744/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/68744/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 CFE50A058A;\n\tFri, 17 Apr 2020 10:36:13 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id AD0111DE8E;\n\tFri, 17 Apr 2020 10:36:13 +0200 (CEST)",
            "from mail.chinasoftinc.com (unknown [114.113.233.8])\n by dpdk.org (Postfix) with ESMTP id 89AFD1DE8E\n for <dev@dpdk.org>; Fri, 17 Apr 2020 10:34:19 +0200 (CEST)",
            "from localhost.localdomain (114.119.4.74) by INCCAS002.ito.icss\n (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Fri, 17 Apr 2020\n 16:19:22 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <huwei013@chinasoftinc.com>",
        "To": "<dev@dpdk.org>",
        "Date": "Fri, 17 Apr 2020 16:19:16 +0800",
        "Message-ID": "<20200417081918.14029-1-huwei013@chinasoftinc.com>",
        "X-Mailer": "git-send-email 2.23.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[114.119.4.74]",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] fixes for bonding",
        "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 include two fixes patches for bonding PMD driver.\n\nWei Hu (Xavier) (2):\n  net/bonding: fix MAC address when switching active port\n  net/bonding: fix MAC address when one port resets\n\n drivers/net/bonding/rte_eth_bond_api.c |  1 +\n drivers/net/bonding/rte_eth_bond_pmd.c | 10 +++++++---\n 2 files changed, 8 insertions(+), 3 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}