get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 43679,
    "url": "http://patches.dpdk.org/api/patches/43679/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1533914319-11124-1-git-send-email-fiona.trahe@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1533914319-11124-1-git-send-email-fiona.trahe@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1533914319-11124-1-git-send-email-fiona.trahe@intel.com",
    "date": "2018-08-10T15:18:39",
    "name": "[1/2] crypto/qat: fix typo",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "a5903b0830d3041eb5a79f9537a866828d6c4df0",
    "submitter": {
        "id": 423,
        "url": "http://patches.dpdk.org/api/people/423/?format=api",
        "name": "Fiona Trahe",
        "email": "fiona.trahe@intel.com"
    },
    "delegate": {
        "id": 6690,
        "url": "http://patches.dpdk.org/api/users/6690/?format=api",
        "username": "akhil",
        "first_name": "akhil",
        "last_name": "goyal",
        "email": "gakhil@marvell.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1533914319-11124-1-git-send-email-fiona.trahe@intel.com/mbox/",
    "series": [
        {
            "id": 962,
            "url": "http://patches.dpdk.org/api/series/962/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=962",
            "date": "2018-08-10T15:18:39",
            "name": "[1/2] crypto/qat: fix typo",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/962/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/43679/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/43679/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 C61442BCD;\n\tFri, 10 Aug 2018 17:18:48 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id 1A8332C5\n\tfor <dev@dpdk.org>; Fri, 10 Aug 2018 17:18:45 +0200 (CEST)",
            "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Aug 2018 08:18:45 -0700",
            "from sivswdev01.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.45])\n\tby fmsmga007.fm.intel.com with ESMTP; 10 Aug 2018 08:18:43 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,220,1531810800\"; d=\"scan'208\";a=\"61449974\"",
        "From": "Fiona Trahe <fiona.trahe@intel.com>",
        "To": "dev@dpdk.org, akhil.goyal@nxp.com, pablo.de.lara.guarch@intel.com,\n\ttomaszx.jozwiak@intel.com",
        "Cc": "fiona.trahe@intel.com",
        "Date": "Fri, 10 Aug 2018 16:18:39 +0100",
        "Message-Id": "<1533914319-11124-1-git-send-email-fiona.trahe@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH 1/2] crypto/qat: fix typo",
        "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": "Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>\n---\n drivers/crypto/qat/qat_sym_pmd.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/crypto/qat/qat_sym_pmd.h b/drivers/crypto/qat/qat_sym_pmd.h\nindex d343285..75c3362 100644\n--- a/drivers/crypto/qat/qat_sym_pmd.h\n+++ b/drivers/crypto/qat/qat_sym_pmd.h\n@@ -12,7 +12,7 @@\n #include \"qat_sym_capabilities.h\"\n #include \"qat_device.h\"\n \n-/**< Intel(R) QAT Symmetric Crypto PMD device name */\n+/**< Intel(R) QAT Symmetric Crypto PMD driver name */\n #define CRYPTODEV_NAME_QAT_SYM_PMD\tcrypto_qat\n \n extern uint8_t cryptodev_qat_driver_id;\n",
    "prefixes": [
        "1/2"
    ]
}