get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 39438,
    "url": "https://patches.dpdk.org/api/patches/39438/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/152575384351.56689.13550053910547445544.stgit@localhost.localdomain/",
    "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": "<152575384351.56689.13550053910547445544.stgit@localhost.localdomain>",
    "list_archive_url": "https://inbox.dpdk.org/dev/152575384351.56689.13550053910547445544.stgit@localhost.localdomain",
    "date": "2018-05-08T04:30:43",
    "name": "[dpdk-dev,15/18] test-pmd: can't find include",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "e87179b74c57504f88cd6076063cc07f6544ac5a",
    "submitter": {
        "id": 1029,
        "url": "https://patches.dpdk.org/api/people/1029/?format=api",
        "name": "Andy Green",
        "email": "andy@warmcat.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/152575384351.56689.13550053910547445544.stgit@localhost.localdomain/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/39438/comments/",
    "check": "warning",
    "checks": "https://patches.dpdk.org/api/patches/39438/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 89D444C75;\n\tTue,  8 May 2018 06:50:31 +0200 (CEST)",
            "from mail.warmcat.com (mail.warmcat.com [163.172.24.82])\n\tby dpdk.org (Postfix) with ESMTP id 60C4944BE\n\tfor <dev@dpdk.org>; Tue,  8 May 2018 06:50:30 +0200 (CEST)"
        ],
        "From": "Andy Green <andy@warmcat.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 08 May 2018 12:30:43 +0800",
        "Message-ID": "<152575384351.56689.13550053910547445544.stgit@localhost.localdomain>",
        "In-Reply-To": "<152575364588.56689.3300796065057551728.stgit@localhost.localdomain>",
        "References": "<152575364588.56689.3300796065057551728.stgit@localhost.localdomain>",
        "User-Agent": "StGit/unknown-version",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "7bit",
        "Subject": "[dpdk-dev] [PATCH 15/18] test-pmd: can't find include",
        "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://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": "<https://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": "/home/agreen/projects/dpdk/app/test-pmd/cmdline.c:64:10: fatal error: rte_pmd_dpaa.h: No such file or directory\n #include <rte_pmd_dpaa.h>\n          ^~~~~~~~~~~~~~~~\n---\n app/test-pmd/Makefile |    1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile\nindex 60ae9b9c1..a0fdd0e11 100644\n--- a/app/test-pmd/Makefile\n+++ b/app/test-pmd/Makefile\n@@ -13,6 +13,7 @@ APP = testpmd\n CFLAGS += -DALLOW_EXPERIMENTAL_API\n CFLAGS += -O3\n CFLAGS += $(WERROR_FLAGS)\n+CFLAGS += -I$(RTE_SDK)/drivers/net/dpaa\n \n #\n # all source are stored in SRCS-y\n",
    "prefixes": [
        "dpdk-dev",
        "15/18"
    ]
}