get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 7,
    "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
    "name": "Linux network development",
    "link_name": "netdev",
    "list_id": "netdev.vger.kernel.org",
    "list_email": "netdev@vger.kernel.org",
    "web_url": null,
    "scm_url": null,
    "webscm_url": null,
    "maintainers": [
        {
            "id": 35,
            "url": "http://patchwork.ozlabs.org/api/users/35/?format=api",
            "username": "jgarzik",
            "first_name": "Jeff",
            "last_name": "Garzik",
            "email": "jgarzik@pobox.com"
        },
        {
            "id": 33,
            "url": "http://patchwork.ozlabs.org/api/users/33/?format=api",
            "username": "davem",
            "first_name": "David",
            "last_name": "Miller",
            "email": "davem@davemloft.net"
        },
        {
            "id": 388,
            "url": "http://patchwork.ozlabs.org/api/users/388/?format=api",
            "username": "shemminger",
            "first_name": "stephen",
            "last_name": "hemminger",
            "email": "shemminger@vyatta.com"
        },
        {
            "id": 61061,
            "url": "http://patchwork.ozlabs.org/api/users/61061/?format=api",
            "username": "linville",
            "first_name": "John",
            "last_name": "Linville",
            "email": "linville@tuxdriver.com"
        },
        {
            "id": 109674,
            "url": "http://patchwork.ozlabs.org/api/users/109674/?format=api",
            "username": "mkubecek",
            "first_name": "Michal",
            "last_name": "Kubecek",
            "email": "mkubecek@suse.cz"
        },
        {
            "id": 111602,
            "url": "http://patchwork.ozlabs.org/api/users/111602/?format=api",
            "username": "netdrv",
            "first_name": "Netdev",
            "last_name": "Driver Reviewers",
            "email": "kuba@kernel.org"
        },
        {
            "id": 77120,
            "url": "http://patchwork.ozlabs.org/api/users/77120/?format=api",
            "username": "bpf",
            "first_name": "BPF",
            "last_name": "Maintainers",
            "email": "bpf@iogearbox.net"
        },
        {
            "id": 77933,
            "url": "http://patchwork.ozlabs.org/api/users/77933/?format=api",
            "username": "dsa",
            "first_name": "David",
            "last_name": "Ahern",
            "email": "dsahern@gmail.com"
        },
        {
            "id": 60040,
            "url": "http://patchwork.ozlabs.org/api/users/60040/?format=api",
            "username": "jkicinski",
            "first_name": "Jakub",
            "last_name": "Kicinski",
            "email": "kubakici@wp.pl"
        }
    ],
    "subject_match": "",
    "list_archive_url": "",
    "list_archive_url_format": "",
    "commit_url_format": ""
}