get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 67,
    "url": "http://patchwork.ozlabs.org/api/projects/67/?format=api",
    "name": "OpenSBI development",
    "link_name": "opensbi",
    "list_id": "opensbi.lists.infradead.org",
    "list_email": "opensbi@lists.infradead.org",
    "web_url": "https://github.com/riscv/opensbi",
    "scm_url": "",
    "webscm_url": "",
    "maintainers": [
        {
            "id": 110314,
            "url": "http://patchwork.ozlabs.org/api/users/110314/?format=api",
            "username": "atishp",
            "first_name": "Atish",
            "last_name": "Patra",
            "email": "atishp@atishpatra.org"
        },
        {
            "id": 110315,
            "url": "http://patchwork.ozlabs.org/api/users/110315/?format=api",
            "username": "anuppatel",
            "first_name": "Anup",
            "last_name": "Patel",
            "email": "anup@brainfault.org"
        }
    ],
    "subject_match": "",
    "list_archive_url": "",
    "list_archive_url_format": "",
    "commit_url_format": "https://github.com/riscv/opensbi/commit/{}"
}