get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 24,
    "url": "http://patchwork.ozlabs.org/api/projects/24/?format=api",
    "name": "Firmware Test Suite development",
    "link_name": "fwts",
    "list_id": "fwts-devel.lists.ubuntu.com",
    "list_email": "fwts-devel@lists.ubuntu.com",
    "web_url": null,
    "scm_url": null,
    "webscm_url": null,
    "maintainers": [
        {
            "id": 290,
            "url": "http://patchwork.ozlabs.org/api/users/290/?format=api",
            "username": "colinking",
            "first_name": "Colin",
            "last_name": "King",
            "email": "colin.king@canonical.com"
        },
        {
            "id": 4676,
            "url": "http://patchwork.ozlabs.org/api/users/4676/?format=api",
            "username": "kengyu",
            "first_name": "Keng-Yu",
            "last_name": "Lin",
            "email": "kengyu@canonical.com"
        },
        {
            "id": 38298,
            "url": "http://patchwork.ozlabs.org/api/users/38298/?format=api",
            "username": "alexhung",
            "first_name": "Alex",
            "last_name": "Hung",
            "email": "alex.hung@canonical.com"
        },
        {
            "id": 51810,
            "url": "http://patchwork.ozlabs.org/api/users/51810/?format=api",
            "username": "ivanhu",
            "first_name": "Ivan",
            "last_name": "Hu",
            "email": "ivan.hu@canonical.com"
        },
        {
            "id": 54322,
            "url": "http://patchwork.ozlabs.org/api/users/54322/?format=api",
            "username": "dayangkun",
            "first_name": "Kun",
            "last_name": "Yang",
            "email": "yk@canonical.com"
        },
        {
            "id": 54459,
            "url": "http://patchwork.ozlabs.org/api/users/54459/?format=api",
            "username": "tseliot",
            "first_name": "Alberto",
            "last_name": "Milone",
            "email": "alberto.milone@canonical.com"
        }
    ],
    "subject_match": "",
    "list_archive_url": "",
    "list_archive_url_format": "",
    "commit_url_format": ""
}