get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35107,
    "url": "http://patches.dpdk.org/api/patches/35107/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1518311091-74444-1-git-send-email-jianfeng.tan@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1518311091-74444-1-git-send-email-jianfeng.tan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1518311091-74444-1-git-send-email-jianfeng.tan@intel.com",
    "date": "2018-02-11T01:04:51",
    "name": "[dpdk-dev] maintainers: update vhost lib and pmd",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "d7330d54e5ce1230d0e0323b04e84b086f2044c4",
    "submitter": {
        "id": 313,
        "url": "http://patches.dpdk.org/api/people/313/?format=api",
        "name": "Jianfeng Tan",
        "email": "jianfeng.tan@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1518311091-74444-1-git-send-email-jianfeng.tan@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35107/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/35107/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 892011B356;\n\tSun, 11 Feb 2018 02:03:10 +0100 (CET)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 358C31B34C\n\tfor <dev@dpdk.org>; Sun, 11 Feb 2018 02:03:08 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Feb 2018 17:03:06 -0800",
            "from dpdk06.sh.intel.com ([10.67.110.196])\n\tby orsmga004.jf.intel.com with ESMTP; 10 Feb 2018 17:03:04 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.46,492,1511856000\"; d=\"scan'208\";a=\"173647432\"",
        "From": "Jianfeng Tan <jianfeng.tan@intel.com>",
        "To": "yliu@fridaylinux.org, maxime.coquelin@redhat.com, mtetsuyah@gmail.com,\n\tdev@dpdk.org",
        "Cc": "thomas@monjalon.net,\n\tJianfeng Tan <jianfeng.tan@intel.com>",
        "Date": "Sun, 11 Feb 2018 01:04:51 +0000",
        "Message-Id": "<1518311091-74444-1-git-send-email-jianfeng.tan@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH] maintainers: update vhost lib and pmd",
        "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://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": "<https://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": "Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>\n---\n MAINTAINERS | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 4f1f33b..38e5fb8 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -559,6 +559,7 @@ F: doc/guides/nics/features/vmxnet3.ini\n Vhost-user\n M: Yuanhan Liu <yliu@fridaylinux.org>\n M: Maxime Coquelin <maxime.coquelin@redhat.com>\n+M: Jianfeng Tan <jianfeng.tan@intel.com>\n T: git://dpdk.org/next/dpdk-next-virtio\n F: lib/librte_vhost/\n F: doc/guides/prog_guide/vhost_lib.rst\n@@ -571,6 +572,7 @@ Vhost PMD\n M: Tetsuya Mukawa <mtetsuyah@gmail.com>\n M: Yuanhan Liu <yliu@fridaylinux.org>\n M: Maxime Coquelin <maxime.coquelin@redhat.com>\n+M: Jianfeng Tan <jianfeng.tan@intel.com>\n T: git://dpdk.org/next/dpdk-next-virtio\n F: drivers/net/vhost/\n F: doc/guides/nics/features/vhost.ini\n",
    "prefixes": [
        "dpdk-dev"
    ]
}