get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 89977,
    "url": "http://patches.dpdk.org/api/patches/89977/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210329022527.20895-1-weix.ling@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": "<20210329022527.20895-1-weix.ling@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210329022527.20895-1-weix.ling@intel.com",
    "date": "2021-03-29T02:25:27",
    "name": "[V1,0/3] delete invalid parameter",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1828,
        "url": "http://patches.dpdk.org/api/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20210329022527.20895-1-weix.ling@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/89977/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/89977/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 1FDE0A034F;\n\tMon, 29 Mar 2021 04:26:48 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E108F4069B;\n\tMon, 29 Mar 2021 04:26:47 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id 9BA6540042\n for <dts@dpdk.org>; Mon, 29 Mar 2021 04:26:46 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 28 Mar 2021 19:26:45 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.222])\n by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 28 Mar 2021 19:26:42 -0700"
        ],
        "IronPort-SDR": [
            "\n /1fCVXYQ+rhUtlab55DsQrpHErGXph3fb9Pea4MZ3R4bBFd1e3ILfJtts0mLdlBYJlFxakgrGr\n Jga2BlVwZ2/w==",
            "\n CyGzy49ezNm8Ok+e3k0rT/BA+PHwoGkBgcWDMlrKR85JRuNbVx7fgzlTr2RgwQxjHL48UR6R/K\n EB6mxDq17DQA=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9937\"; a=\"170862891\"",
            "E=Sophos;i=\"5.81,285,1610438400\"; d=\"scan'208\";a=\"170862891\"",
            "E=Sophos;i=\"5.81,285,1610438400\"; d=\"scan'208\";a=\"454358455\""
        ],
        "From": "Ling Wei <weix.ling@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Ling Wei <weix.ling@intel.com>",
        "Date": "Mon, 29 Mar 2021 10:25:27 +0800",
        "Message-Id": "<20210329022527.20895-1-weix.ling@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 0/3] delete invalid parameter",
        "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": "Delete invalid parameter 'ports=[self.pci_info]' because of\nuse 'no_pci=True' means not use any pci.\n\nLing Wei (3):\n  tests/vhost_user_interrupt: delete invalid parameter\n  tests/vm2vm_virtio_pmd: delete invalid parameter\n  tests/pvp_vhost_user_reconnect: delete invalid parameter\n\n tests/TestSuite_pvp_vhost_user_reconnect.py | 3 +--\n tests/TestSuite_vhost_user_interrupt.py     | 2 +-\n tests/TestSuite_vm2vm_virtio_pmd.py         | 2 +-\n 3 files changed, 3 insertions(+), 4 deletions(-)",
    "diff": null,
    "prefixes": [
        "V1",
        "0/3"
    ]
}