get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 5,
    "url": "https://patches.dpdk.org/api/projects/5/?format=api",
    "name": "CI",
    "link_name": "ci",
    "list_id": "ci.dpdk.org",
    "list_email": "ci@dpdk.org",
    "web_url": "",
    "scm_url": "git://dpdk.org/tools/dpdk-ci",
    "webscm_url": "https://git.dpdk.org/tools/dpdk-ci/",
    "maintainers": [
        {
            "id": 6627,
            "url": "https://patches.dpdk.org/api/users/6627/?format=api",
            "username": "aconole",
            "first_name": "aaron",
            "last_name": "conole",
            "email": "aconole@redhat.com"
        },
        {
            "id": 1,
            "url": "https://patches.dpdk.org/api/users/1/?format=api",
            "username": "tmonjalo",
            "first_name": "Thomas",
            "last_name": "Monjalon",
            "email": "thomas@monjalon.net"
        },
        {
            "id": 24665,
            "url": "https://patches.dpdk.org/api/users/24665/?format=api",
            "username": "dmarchand",
            "first_name": "David",
            "last_name": "Marchand",
            "email": "david.marchand@redhat.com"
        }
    ],
    "subject_match": "",
    "list_archive_url": "https://inbox.dpdk.org/ci",
    "list_archive_url_format": "https://inbox.dpdk.org/ci/{}",
    "commit_url_format": ""
}