get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 53151,
    "url": "https://patches.dpdk.org/api/patches/53151/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1556548365-22148-1-git-send-email-david.marchand@redhat.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1556548365-22148-1-git-send-email-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1556548365-22148-1-git-send-email-david.marchand@redhat.com",
    "date": "2019-04-29T14:32:45",
    "name": "test: clean remaining trace of removed devargs ut",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e761488aedeaff75090e200970cd0fd9c3dcd155",
    "submitter": {
        "id": 1173,
        "url": "https://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1556548365-22148-1-git-send-email-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 4505,
            "url": "https://patches.dpdk.org/api/series/4505/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=4505",
            "date": "2019-04-29T14:32:45",
            "name": "test: clean remaining trace of removed devargs ut",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/4505/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/53151/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/53151/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 39E3F4F91;\n\tMon, 29 Apr 2019 16:32:54 +0200 (CEST)",
            "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 3D1064C90;\n\tMon, 29 Apr 2019 16:32:53 +0200 (CEST)",
            "from smtp.corp.redhat.com\n\t(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 8D760821D9;\n\tMon, 29 Apr 2019 14:32:52 +0000 (UTC)",
            "from dmarchan.remote.csb (unknown [10.40.205.3])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id E79EA6E713;\n\tMon, 29 Apr 2019 14:32:50 +0000 (UTC)"
        ],
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, aconole@redhat.com, gaetan.rivet@6wind.com,\n\tstable@dpdk.org",
        "Date": "Mon, 29 Apr 2019 16:32:45 +0200",
        "Message-Id": "<1556548365-22148-1-git-send-email-david.marchand@redhat.com>",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.11",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.28]); Mon, 29 Apr 2019 14:32:52 +0000 (UTC)",
        "Subject": "[dpdk-dev] [PATCH] test: clean remaining trace of removed devargs ut",
        "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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This test has been removed by the commit 83945fbd7c49 (\"test: remove\ndevargs unit tests\") which left some trace in meson and reintroduced in\nautotest by the second commit 9eabcb682493 (\"test: update autotest\nlist\").\n\nFixes: 83945fbd7c49 (\"test: remove devargs unit tests\")\nFixes: 9eabcb682493 (\"test: update autotest list\")\nCc: stable@dpdk.org\n\nSigned-off-by: David Marchand <david.marchand@redhat.com>\n---\n app/test/autotest_data.py | 6 ------\n app/test/meson.build      | 1 -\n 2 files changed, 7 deletions(-)",
    "diff": "diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py\nindex 72c56e5..c9c39d0 100644\n--- a/app/test/autotest_data.py\n+++ b/app/test/autotest_data.py\n@@ -303,12 +303,6 @@\n         \"Report\":  None,\n     },\n     {\n-        \"Name\":    \"Devargs autotest\",\n-        \"Command\": \"devargs_autotest\",\n-        \"Func\":    default_autotest,\n-        \"Report\":  None,\n-    },\n-    {\n         \"Name\":    \"Link bonding autotest\",\n         \"Command\": \"link_bonding_autotest\",\n         \"Func\":    default_autotest,\ndiff --git a/app/test/meson.build b/app/test/meson.build\nindex 80cdea5..a56f60b 100644\n--- a/app/test/meson.build\n+++ b/app/test/meson.build\n@@ -196,7 +196,6 @@ fast_non_parallel_test_names = [\n         'cryptodev_openssl_asym_autotest',\n         'cryptodev_sw_mvsam_autotest',\n         'delay_us_sleep_autotest',\n-        'devargs_autotest',\n         'distributor_autotest',\n         'eventdev_common_autotest',\n         'eventdev_octeontx_autotest',\n",
    "prefixes": []
}