get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 2,
    "url": "http://patchwork.ozlabs.org/api/projects/2/?format=api",
    "name": "Linux PPC development",
    "link_name": "linuxppc-dev",
    "list_id": "linuxppc-dev.lists.ozlabs.org",
    "list_email": "linuxppc-dev@lists.ozlabs.org",
    "web_url": "https://github.com/linuxppc/wiki/wiki",
    "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git",
    "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/",
    "maintainers": [
        {
            "id": 11,
            "url": "http://patchwork.ozlabs.org/api/users/11/?format=api",
            "username": "sfr",
            "first_name": "Stephen",
            "last_name": "Rothwell",
            "email": "sfr@canb.auug.org.au"
        },
        {
            "id": 3,
            "url": "http://patchwork.ozlabs.org/api/users/3/?format=api",
            "username": "mpe",
            "first_name": "Michael",
            "last_name": "Ellerman",
            "email": "michael@ellerman.id.au"
        },
        {
            "id": 63706,
            "url": "http://patchwork.ozlabs.org/api/users/63706/?format=api",
            "username": "npiggin",
            "first_name": "Nicholas",
            "last_name": "Piggin",
            "email": "npiggin@gmail.com"
        },
        {
            "id": 83930,
            "url": "http://patchwork.ozlabs.org/api/users/83930/?format=api",
            "username": "snowpatch_ozlabs",
            "first_name": "snowpatch",
            "last_name": "ozlabs",
            "email": "patchwork.ozlabs@gmail.com"
        },
        {
            "id": 61598,
            "url": "http://patchwork.ozlabs.org/api/users/61598/?format=api",
            "username": "chleroy",
            "first_name": "Christophe",
            "last_name": "Leroy",
            "email": "christophe.leroy@c-s.fr"
        },
        {
            "id": 67075,
            "url": "http://patchwork.ozlabs.org/api/users/67075/?format=api",
            "username": "naveen",
            "first_name": "Naveen",
            "last_name": "Rao",
            "email": "naveen.n.rao@linux.vnet.ibm.com"
        },
        {
            "id": 103384,
            "url": "http://patchwork.ozlabs.org/api/users/103384/?format=api",
            "username": "maddy",
            "first_name": "Madhavan",
            "last_name": "Srinivasan",
            "email": "maddy@linux.ibm.com"
        }
    ],
    "subject_match": "",
    "list_archive_url": "https://lore.kernel.org/linuxppc-dev/",
    "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/",
    "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"
}