get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 3,
    "url": "http://patches.dpdk.org/api/projects/3/?format=api",
    "name": "DTS",
    "link_name": "dts",
    "list_id": "dts.dpdk.org",
    "list_email": "dts@dpdk.org",
    "web_url": "",
    "scm_url": "git://dpdk.org/tools/dts",
    "webscm_url": "http://git.dpdk.org/tools/dts/",
    "maintainers": [
        {
            "id": 4490,
            "url": "http://patches.dpdk.org/api/users/4490/?format=api",
            "username": "ci",
            "first_name": "CI",
            "last_name": "",
            "email": "ci@dpdk.org"
        },
        {
            "id": 1,
            "url": "http://patches.dpdk.org/api/users/1/?format=api",
            "username": "tmonjalo",
            "first_name": "Thomas",
            "last_name": "Monjalon",
            "email": "thomas@monjalon.net"
        }
    ],
    "subject_match": "",
    "list_archive_url": "https://inbox.dpdk.org/dts",
    "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
    "commit_url_format": ""
}