get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17005,
    "url": "https://patches.dpdk.org/api/patches/17005/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1478871955-6106-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": "<1478871955-6106-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1478871955-6106-1-git-send-email-john.mcnamara@intel.com",
    "date": "2016-11-11T13:45:55",
    "name": "[dpdk-dev,v1] doc: rearrange the high level documentation index",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "d96239dc252384a58f760876920e6c7ee509ce1b",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1478871955-6106-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17005/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/17005/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 9B147D57C;\n\tFri, 11 Nov 2016 14:46:00 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 6FE4ED57A\n\tfor <dev@dpdk.org>; Fri, 11 Nov 2016 14:45:58 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga105.jf.intel.com with ESMTP; 11 Nov 2016 05:45:57 -0800",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby orsmga003.jf.intel.com with ESMTP; 11 Nov 2016 05:45:56 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,621,1473145200\"; d=\"scan'208\";a=\"900369639\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "John McNamara <john.mcnamara@intel.com>",
        "Date": "Fri, 11 Nov 2016 13:45:55 +0000",
        "Message-Id": "<1478871955-6106-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH v1] doc: rearrange the high level documentation\n\tindex",
        "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": "Rearrange the order of the high level documenation index into\na more logical sequence for a new user.\n\nAlso, improve some of the high-level document names.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n\nAfter this patch the high-level index will look like this:\n\n    DPDK documentation\n\n    * Getting Started Guide for Linux\n    * Getting Started Guide for FreeBSD\n    * Sample Applications User Guides\n    * Programmer's Guide\n    * HowTo Guides\n    * DPDK Tools User Guides\n    * Testpmd Application User Guide\n    * Network Interface Controller Drivers\n    * Crypto Device Drivers\n    * Xen Guide\n    * Contributor's Guidelines\n    * Release Notes\n    * FAQ\n\n\n doc/guides/howto/index.rst         |  4 ++--\n doc/guides/index.rst               | 14 +++++++-------\n doc/guides/sample_app_ug/index.rst |  4 ++--\n doc/guides/tools/index.rst         |  4 ++--\n 4 files changed, 13 insertions(+), 13 deletions(-)",
    "diff": "diff --git a/doc/guides/howto/index.rst b/doc/guides/howto/index.rst\nindex aa6d3e2..5575b27 100644\n--- a/doc/guides/howto/index.rst\n+++ b/doc/guides/howto/index.rst\n@@ -28,8 +28,8 @@\n     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n-How To User Guides\n-==================\n+HowTo Guides\n+============\n \n .. toctree::\n     :maxdepth: 2\ndiff --git a/doc/guides/index.rst b/doc/guides/index.rst\nindex 57570f6..82b00e9 100644\n--- a/doc/guides/index.rst\n+++ b/doc/guides/index.rst\n@@ -36,14 +36,14 @@ DPDK documentation\n \n    linux_gsg/index\n    freebsd_gsg/index\n-   xen/index\n-   prog_guide/index\n-   nics/index\n-   cryptodevs/index\n    sample_app_ug/index\n+   prog_guide/index\n+   howto/index\n    tools/index\n    testpmd_app_ug/index\n-   faq/index\n-   howto/index\n-   rel_notes/index\n+   nics/index\n+   cryptodevs/index\n+   xen/index\n    contributing/index\n+   rel_notes/index\n+   faq/index\ndiff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst\nindex cce0a9b..775e2f7 100644\n--- a/doc/guides/sample_app_ug/index.rst\n+++ b/doc/guides/sample_app_ug/index.rst\n@@ -28,8 +28,8 @@\n     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n-Sample Applications User Guide\n-==============================\n+Sample Applications User Guides\n+===============================\n \n .. toctree::\n     :maxdepth: 2\ndiff --git a/doc/guides/tools/index.rst b/doc/guides/tools/index.rst\nindex cbe98b2..513221c 100644\n--- a/doc/guides/tools/index.rst\n+++ b/doc/guides/tools/index.rst\n@@ -28,8 +28,8 @@\n     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n-Tool User Guides\n-================\n+DPDK Tools User Guides\n+======================\n \n .. toctree::\n     :maxdepth: 2\n",
    "prefixes": [
        "dpdk-dev",
        "v1"
    ]
}