get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 37,
    "url": "http://patchwork.ozlabs.org/api/projects/37/?format=api",
    "name": "Devicetree Bindings",
    "link_name": "devicetree-bindings",
    "list_id": "devicetree.vger.kernel.org",
    "list_email": "devicetree@vger.kernel.org",
    "web_url": "",
    "scm_url": "",
    "webscm_url": "",
    "maintainers": [
        {
            "id": 56063,
            "url": "http://patchwork.ozlabs.org/api/users/56063/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        {
            "id": 141620,
            "url": "http://patchwork.ozlabs.org/api/users/141620/?format=api",
            "username": "krzk",
            "first_name": "Krzysztof",
            "last_name": "Kozlowski",
            "email": "krzk@kernel.org"
        },
        {
            "id": 140182,
            "url": "http://patchwork.ozlabs.org/api/users/140182/?format=api",
            "username": "conchuod",
            "first_name": "Conor",
            "last_name": "Dooley",
            "email": "mail@conchuod.ie"
        }
    ],
    "subject_match": "",
    "list_archive_url": "",
    "list_archive_url_format": "",
    "commit_url_format": ""
}