get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 16,
    "url": "https://patchwork.ozlabs.org/api/projects/16/?format=api",
    "name": "Patchwork",
    "link_name": "patchwork",
    "list_id": "patchwork.lists.ozlabs.org",
    "list_email": "patchwork@lists.ozlabs.org",
    "web_url": "http://jk.ozlabs.org/projects/patchwork/",
    "scm_url": "git://github.com/getpatchwork/patchwork",
    "webscm_url": "https://github.com/getpatchwork/patchwork",
    "maintainers": [
        {
            "id": 124286,
            "url": "https://patchwork.ozlabs.org/api/users/124286/?format=api",
            "username": "pareddja",
            "first_name": "pared",
            "last_name": "danielaxtens",
            "email": "daxtenslabs@gmail.com"
        },
        {
            "id": 1,
            "url": "https://patchwork.ozlabs.org/api/users/1/?format=api",
            "username": "jk",
            "first_name": "Jeremy",
            "last_name": "Kerr",
            "email": "jk@ozlabs.org"
        },
        {
            "id": 55098,
            "url": "https://patchwork.ozlabs.org/api/users/55098/?format=api",
            "username": "dja",
            "first_name": "Daniel",
            "last_name": "Axtens",
            "email": "dja@axtens.net"
        },
        {
            "id": 55753,
            "url": "https://patchwork.ozlabs.org/api/users/55753/?format=api",
            "username": "__damien__",
            "first_name": "Damien",
            "last_name": "Lespiau",
            "email": "damien.lespiau@intel.com"
        },
        {
            "id": 55752,
            "url": "https://patchwork.ozlabs.org/api/users/55752/?format=api",
            "username": "stephenfin",
            "first_name": "Stephen",
            "last_name": "Finucane",
            "email": "stephen.finucane@intel.com"
        }
    ],
    "subject_match": "",
    "list_archive_url": "",
    "list_archive_url_format": "",
    "commit_url_format": ""
}