get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 12910,
    "url": "https://patches.dpdk.org/api/patches/12910/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1463753319-1551-1-git-send-email-john.mcnamara@intel.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": "<1463753319-1551-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1463753319-1551-1-git-send-email-john.mcnamara@intel.com",
    "date": "2016-05-20T14:08:39",
    "name": "[dpdk-dev,v2] doc: fix code section in abi versioning doc",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "eb9af596d4a090e02795004d7a699d92686f47a9",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1463753319-1551-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/12910/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/12910/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 C3213B405;\n\tFri, 20 May 2016 16:09:41 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 1FA789A92\n\tfor <dev@dpdk.org>; Fri, 20 May 2016 16:09:39 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga102.fm.intel.com with ESMTP; 20 May 2016 07:08:42 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga001.jf.intel.com with ESMTP; 20 May 2016 07:08:41 -0700",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tu4KE8e0Q022405; Fri, 20 May 2016 15:08:40 +0100",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id u4KE8e1k001593;\n\tFri, 20 May 2016 15:08:40 +0100",
            "(from jmcnam2@localhost)\n\tby sivswdev02.ir.intel.com with  id u4KE8e93001589;\n\tFri, 20 May 2016 15:08:40 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.26,339,1459839600\"; d=\"scan'208\";a=\"958878960\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "John McNamara <john.mcnamara@intel.com>",
        "Date": "Fri, 20 May 2016 15:08:39 +0100",
        "Message-Id": "<1463753319-1551-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH v2] doc: fix code section in abi versioning doc",
        "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": "Fix broken cosole directive in the ABI validator section of the\nABI versioning docs.\n\nFixes: f1ef9794f9bd (\"doc: add ABI guidelines\")\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n\nv2: Added fixline.\n\n doc/guides/contributing/versioning.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/contributing/versioning.rst b/doc/guides/contributing/versioning.rst\nindex ae10a98..92b4d7c 100644\n--- a/doc/guides/contributing/versioning.rst\n+++ b/doc/guides/contributing/versioning.rst\n@@ -475,7 +475,7 @@ Where ``REV1`` and ``REV2`` are valid gitrevisions(7)\n https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html\n on the local repo and target is the usual DPDK compilation target.\n \n-For example:\n+For example::\n \n    # Check between the previous and latest commit:\n    ./scripts/validate-abi.sh HEAD~1 HEAD x86_64-native-linuxapp-gcc\n",
    "prefixes": [
        "dpdk-dev",
        "v2"
    ]
}