get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 49810,
    "url": "https://patches.dpdk.org/api/patches/49810/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190115071324.26707-1-tiwei.bie@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": "<20190115071324.26707-1-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190115071324.26707-1-tiwei.bie@intel.com",
    "date": "2019-01-15T07:13:22",
    "name": "[v2,0/2] Fixes for realloc() in vhost",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 617,
        "url": "https://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190115071324.26707-1-tiwei.bie@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/49810/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/49810/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 B04EB1B0FC;\n\tTue, 15 Jan 2019 08:16:02 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id B926A683E\n\tfor <dev@dpdk.org>; Tue, 15 Jan 2019 08:16:00 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Jan 2019 23:15:59 -0800",
            "from dpdk-tbie.sh.intel.com ([10.67.104.173])\n\tby orsmga005.jf.intel.com with ESMTP; 14 Jan 2019 23:15:58 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,480,1539673200\"; d=\"scan'208\";a=\"291626925\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "maxime.coquelin@redhat.com, zhihong.wang@intel.com, thomas@monjalon.net, \n\tdev@dpdk.org",
        "Date": "Tue, 15 Jan 2019 15:13:22 +0800",
        "Message-Id": "<20190115071324.26707-1-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] Fixes for realloc() in vhost",
        "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": "Tiwei Bie (2):\n  vhost: fix memory leak on realloc failure\n  examples/vhost: fix path allocation failure handling\n\n examples/vhost/main.c         | 8 ++++++++\n lib/librte_vhost/vhost_user.c | 3 +++\n 2 files changed, 11 insertions(+)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}