get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 96148,
    "url": "https://patches.dpdk.org/api/patches/96148/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210721092750.13202-1-richael.zhuang@arm.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": "<20210721092750.13202-1-richael.zhuang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210721092750.13202-1-richael.zhuang@arm.com",
    "date": "2021-07-21T09:27:49",
    "name": "[v1,0/1] power: check freq count before filling the freqs array",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2178,
        "url": "https://patches.dpdk.org/api/people/2178/?format=api",
        "name": "Richael Zhuang",
        "email": "richael.zhuang@arm.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210721092750.13202-1-richael.zhuang@arm.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/96148/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/96148/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id AE8FCA0C50;\n\tWed, 21 Jul 2021 11:28:02 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 296694014E;\n\tWed, 21 Jul 2021 11:28:02 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id C9CCA40143\n for <dev@dpdk.org>; Wed, 21 Jul 2021 11:28:00 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 098F131B\n for <dev@dpdk.org>; Wed, 21 Jul 2021 02:28:00 -0700 (PDT)",
            "from wls-arm-cavium06.shanghai.arm.com\n (wls-arm-cavium06.shanghai.arm.com [10.169.206.120])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3010B3F694\n for <dev@dpdk.org>; Wed, 21 Jul 2021 02:27:58 -0700 (PDT)"
        ],
        "From": "Richael Zhuang <richael.zhuang@arm.com>",
        "To": "dev@dpdk.org",
        "Date": "Wed, 21 Jul 2021 17:27:49 +0800",
        "Message-Id": "<20210721092750.13202-1-richael.zhuang@arm.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v1 0/1] power: check freq count before filling\n the freqs array",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "v1:\nadding check for freq count\n\nRichael Zhuang (1):\n  power: check freq count before filling the freqs array\n\n lib/power/power_cppc_cpufreq.c   | 5 +++++\n lib/power/power_pstate_cpufreq.c | 5 +++++\n 2 files changed, 10 insertions(+)",
    "diff": null,
    "prefixes": [
        "v1",
        "0/1"
    ]
}