get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 98078,
    "url": "https://patches.dpdk.org/api/patches/98078/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/patch/20210906173641.24071-1-yanx.xia@intel.com/",
    "project": {
        "id": 3,
        "url": "https://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": "<20210906173641.24071-1-yanx.xia@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210906173641.24071-1-yanx.xia@intel.com",
    "date": "2021-09-06T17:36:41",
    "name": "[V1,3/3] conf/test_case_checklist: add and modify not support NIC of test cases",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": false,
    "hash": "081156639b09d0e71a36788ba8e7cb14fc5f88c0",
    "submitter": {
        "id": 2034,
        "url": "https://patches.dpdk.org/api/people/2034/?format=api",
        "name": "Yan Xia",
        "email": "yanx.xia@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dts/patch/20210906173641.24071-1-yanx.xia@intel.com/mbox/",
    "series": [
        {
            "id": 18702,
            "url": "https://patches.dpdk.org/api/series/18702/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=18702",
            "date": "2021-09-06T17:35:24",
            "name": "*** add and modify testsuite, test plan and checklist ***",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/18702/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/98078/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/98078/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 7C2B7A0C4D;\n\tMon,  6 Sep 2021 11:05:08 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 73E6B40E32;\n\tMon,  6 Sep 2021 11:05:08 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n by mails.dpdk.org (Postfix) with ESMTP id B7DB740C35\n for <dts@dpdk.org>; Mon,  6 Sep 2021 11:05:06 +0200 (CEST)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 06 Sep 2021 02:05:05 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.102])\n by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 06 Sep 2021 02:05:04 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10098\"; a=\"219942344\"",
            "E=Sophos;i=\"5.85,271,1624345200\"; d=\"scan'208\";a=\"219942344\"",
            "E=Sophos;i=\"5.85,271,1624345200\"; d=\"scan'208\";a=\"468776723\""
        ],
        "From": "Yan Xia <yanx.xia@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yan Xia <yanx.xia@intel.com>",
        "Date": "Mon,  6 Sep 2021 17:36:41 +0000",
        "Message-Id": "<20210906173641.24071-1-yanx.xia@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1 3/3] conf/test_case_checklist: add and modify not\n support NIC of test cases",
        "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": "add and modify not support NIC of test cases about legcay command\n\nSigned-off-by: Yan Xia <yanx.xia@intel.com>\n---\n conf/test_case_checklist.json | 42 ++++++++++++++++++++++++++++++++++-\n 1 file changed, 41 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json\nindex 8cd47dd1..27def487 100644\n--- a/conf/test_case_checklist.json\n+++ b/conf/test_case_checklist.json\n@@ -108,14 +108,49 @@\n             \"Comments\": \"the nic not support this case\"\n         }\n     ],\n+    \"dual_vlan\": [\n+           {\n+               \"OS\": [\n+                   \"ALL\"\n+               ],\n+               \"NIC\": [\n+                   \"niantic\",\n+                   \"kawela_4\",\n+                   \"springville\",\n+                   \"ironpond\",\n+                   \"springfountain\",\n+                   \"twinpond\",\n+                   \"cavium_a034\",\n+                   \"cavium_a011\",\n+                   \"fortpark_TLV\",\n+                   \"fortpark_BASE-T\",\n+                   \"foxville\",\n+                   \"columbiaville_25g\",\n+                   \"columbiaville_100g\"\n+              ],\n+              \"Target\": [\n+                  \"ALL\"\n+              ],\n+              \"Bug ID\": \"\",\n+              \"Comments\": \"the nic not support this case\"\n+        }\n+    ],\n     \"jumbo_frame_size\": [\n         {\n             \"OS\": [\n                 \"ALL\"\n             ],\n             \"NIC\": [\n+                \"fortville_25g\",\n+                \"fortville_eagle\",\n+                \"fortville_spirit\",\n                 \"fortville_spirit_single\",\n                 \"springville\",\n+                \"ironpond\",\n+                \"springfountain\",\n+                \"twinpond\",\n+                \"cavium_a034\",\n+                \"cavium_a011\",\n                 \"fortpark_TLV\",\n                 \"fortpark_BASE-T\",\n                 \"carlsville\"\n@@ -136,6 +171,9 @@\n                 \"kawela_4\",\n                 \"bartonhills\",\n                 \"powerville\",\n+                \"fortville_25g\",\n+                \"fortville_eagle\",\n+                \"fortville_spirit\",\n                 \"fortville_spirit_single\",\n                 \"springville\",\n                 \"ironpond\",\n@@ -146,7 +184,9 @@\n                 \"fortpark_TLV\",\n                 \"fortpark_BASE-T\",\n                 \"carlsville\",\n-\t\t\"foxville\"\n+                \"columbiaville_25g\",\n+                \"columbiaville_100g\",\n+                \"foxville\"\n             ],\n             \"Target\": [\n                 \"ALL\"\n",
    "prefixes": [
        "V1",
        "3/3"
    ]
}