get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 10350,
    "url": "http://patches.dpdk.org/api/patches/10350/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1454498063-11957-3-git-send-email-pablo.de.lara.guarch@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": "<1454498063-11957-3-git-send-email-pablo.de.lara.guarch@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1454498063-11957-3-git-send-email-pablo.de.lara.guarch@intel.com",
    "date": "2016-02-03T11:14:21",
    "name": "[dpdk-dev,2/4] l2fwd-crypto: fix incorrect params in command line help",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "fa164b373897f106ac27adf0bdaa012af5c71bae",
    "submitter": {
        "id": 9,
        "url": "http://patches.dpdk.org/api/people/9/?format=api",
        "name": "De Lara Guarch, Pablo",
        "email": "pablo.de.lara.guarch@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1454498063-11957-3-git-send-email-pablo.de.lara.guarch@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/10350/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/10350/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 08D169655;\n\tWed,  3 Feb 2016 12:13:45 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id EC0D895EF\n\tfor <dev@dpdk.org>; Wed,  3 Feb 2016 12:13:42 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby fmsmga101.fm.intel.com with ESMTP; 03 Feb 2016 03:13:42 -0800",
            "from sie-lab-212-116.ir.intel.com ([10.237.212.116])\n\tby orsmga003.jf.intel.com with ESMTP; 03 Feb 2016 03:13:40 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.22,389,1449561600\"; d=\"scan'208\";a=\"739742193\"",
        "From": "Pablo de Lara <pablo.de.lara.guarch@intel.com>",
        "To": "declan.doherty@intel.com",
        "Date": "Wed,  3 Feb 2016 11:14:21 +0000",
        "Message-Id": "<1454498063-11957-3-git-send-email-pablo.de.lara.guarch@intel.com>",
        "X-Mailer": "git-send-email 2.5.0",
        "In-Reply-To": "<1454498063-11957-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "References": "<1454498063-11957-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "Cc": "dev@dpdk.org",
        "Subject": "[dpdk-dev] [PATCH 2/4] l2fwd-crypto: fix incorrect params in\n\tcommand line help",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/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: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n---\n examples/l2fwd-crypto/main.c | 3 ++-\n 1 file changed, 2 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c\nindex 928b285..37f59c4 100644\n--- a/examples/l2fwd-crypto/main.c\n+++ b/examples/l2fwd-crypto/main.c\n@@ -669,8 +669,9 @@ l2fwd_crypto_usage(const char *prgname)\n \t\t\"  --cipher_algo ALGO\\n\"\n \t\t\"  --cipher_op ENCRYPT / DECRYPT\\n\"\n \t\t\"  --cipher_key KEY\\n\"\n+\t\t\"  --iv IV\\n\"\n \n-\t\t\"  --auth ALGO\\n\"\n+\t\t\"  --auth_algo ALGO\\n\"\n \t\t\"  --auth_op GENERATE / VERIFY\\n\"\n \t\t\"  --auth_key KEY\\n\"\n \n",
    "prefixes": [
        "dpdk-dev",
        "2/4"
    ]
}