get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 99102,
    "url": "http://patches.dpdk.org/api/patches/99102/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210917180906.88216-1-yanx.xia@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<20210917180906.88216-1-yanx.xia@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210917180906.88216-1-yanx.xia@intel.com",
    "date": "2021-09-17T18:09:04",
    "name": "[V1,0/2] *** modify vf_vlan_strip because it is wrong for the original case verifying ***",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2034,
        "url": "http://patches.dpdk.org/api/people/2034/?format=api",
        "name": "Yan Xia",
        "email": "yanx.xia@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20210917180906.88216-1-yanx.xia@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/99102/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/99102/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dts-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5B542A0C46;\n\tFri, 17 Sep 2021 12:07:20 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 1E752407FF;\n\tFri, 17 Sep 2021 12:07:20 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id C2D0F40689\n for <dts@dpdk.org>; Fri, 17 Sep 2021 12:07:17 +0200 (CEST)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Sep 2021 03:07:16 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.77])\n by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Sep 2021 03:07:15 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10109\"; a=\"209857201\"",
            "E=Sophos;i=\"5.85,300,1624345200\"; d=\"scan'208\";a=\"209857201\"",
            "E=Sophos;i=\"5.85,300,1624345200\"; d=\"scan'208\";a=\"473079413\""
        ],
        "From": "Yan Xia <yanx.xia@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yan Xia <yanx.xia@intel.com>",
        "Date": "Fri, 17 Sep 2021 18:09:04 +0000",
        "Message-Id": "<20210917180906.88216-1-yanx.xia@intel.com>",
        "X-Mailer": "git-send-email 2.32.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 0/2] *** modify vf_vlan_strip because it is wrong\n for the original case verifying ***",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "*** modify vf_vlan_strip because it is wrong for the original case verifying ***\n\nYan Xia (2):\n  test_plans/kernelpf_iavf_test_plan: modify vf_vlan_strip because it is\n    wrong for the original case verifying\n  tests/kernelpf_iavf: modify vf_vlan_strip because it is wrong for the\n    original case verifying\n\n test_plans/kernelpf_iavf_test_plan.rst |  3 +++\n tests/TestSuite_kernelpf_iavf.py       | 12 ++++++------\n 2 files changed, 9 insertions(+), 6 deletions(-)",
    "diff": null,
    "prefixes": [
        "V1",
        "0/2"
    ]
}