get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 93331,
    "url": "https://patches.dpdk.org/api/patches/93331/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/patch/20210520034223.10935-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": "<20210520034223.10935-1-yanx.xia@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210520034223.10935-1-yanx.xia@intel.com",
    "date": "2021-05-20T03:42:23",
    "name": "[V1,0/2] remove test_plan and TestSuite of \"ftag\"",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "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/20210520034223.10935-1-yanx.xia@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/93331/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/93331/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 ED639A0A0A;\n\tThu, 20 May 2021 05:37:25 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E86FC4069B;\n\tThu, 20 May 2021 05:37:25 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n by mails.dpdk.org (Postfix) with ESMTP id 6DBBC40041\n for <dts@dpdk.org>; Thu, 20 May 2021 05:37:24 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 May 2021 20:37:23 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.80])\n by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 May 2021 20:37:22 -0700"
        ],
        "IronPort-SDR": [
            "\n Xr9sSvBLAGZPYnfwOWvr0zKkYjHefg5IaNDCpkM43brn3gjK+pMe4YrwOsiFA0NwMVrjMR0nA4\n Saw8smtaOE/A==",
            "\n lDEDzgzXjAKIgYb5LTdX0Eo4h387IghQoKrKCLDwERdUFNaA8MytDLDAlp3Nzm7j072nIc0mDJ\n od+uPUdLySeQ=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,9989\"; a=\"199180167\"",
            "E=Sophos;i=\"5.82,313,1613462400\"; d=\"scan'208\";a=\"199180167\"",
            "E=Sophos;i=\"5.82,313,1613462400\"; d=\"scan'208\";a=\"631239476\""
        ],
        "From": "Yan Xia <yanx.xia@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yan Xia <yanx.xia@intel.com>",
        "Date": "Thu, 20 May 2021 11:42:23 +0800",
        "Message-Id": "<20210520034223.10935-1-yanx.xia@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1 0/2] remove test_plan and TestSuite of \"ftag\"",
        "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": "remove test_plan and TestSuite of \"ftag\" because the community thinks it is unnecessary \n\n*** BLURB HERE ***\n\nYan Xia (2):\n  test_plans/ftag_test_plan: remove ftag_test_plan\n  tests/ftag: remove TestSuite_ftag\n\n test_plans/ftag_test_plan.rst | 110 ----------------------\n tests/TestSuite_ftag.py       | 172 ----------------------------------\n 2 files changed, 282 deletions(-)\n delete mode 100644 test_plans/ftag_test_plan.rst\n delete mode 100644 tests/TestSuite_ftag.py",
    "diff": null,
    "prefixes": [
        "V1",
        "0/2"
    ]
}