get:
Show a project.

patch:
Update a project.

put:
Update a project.

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

{
    "id": 1,
    "url": "http://patches.dpdk.org/api/projects/1/?format=api",
    "name": "DPDK",
    "link_name": "dpdk",
    "list_id": "dev.dpdk.org",
    "list_email": "dev@dpdk.org",
    "web_url": "http://core.dpdk.org",
    "scm_url": "git://dpdk.org/dpdk",
    "webscm_url": "http://git.dpdk.org/dpdk",
    "maintainers": [
        {
            "id": 1,
            "url": "http://patches.dpdk.org/api/users/1/?format=api",
            "username": "tmonjalo",
            "first_name": "Thomas",
            "last_name": "Monjalon",
            "email": "thomas@monjalon.net"
        },
        {
            "id": 319,
            "url": "http://patches.dpdk.org/api/users/319/?format=api",
            "username": "fyigit",
            "first_name": "Ferruh",
            "last_name": "Yigit",
            "email": "ferruh.yigit@amd.com"
        },
        {
            "id": 4490,
            "url": "http://patches.dpdk.org/api/users/4490/?format=api",
            "username": "ci",
            "first_name": "CI",
            "last_name": "",
            "email": "ci@dpdk.org"
        },
        {
            "id": 310,
            "url": "http://patches.dpdk.org/api/users/310/?format=api",
            "username": "jerin",
            "first_name": "Jerin",
            "last_name": "Jacob",
            "email": "jerinj@marvell.com"
        },
        {
            "id": 2654,
            "url": "http://patches.dpdk.org/api/users/2654/?format=api",
            "username": "mcoquelin",
            "first_name": "Maxime",
            "last_name": "Coquelin",
            "email": "maxime.coquelin@redhat.com"
        },
        {
            "id": 6704,
            "url": "http://patches.dpdk.org/api/users/6704/?format=api",
            "username": "akhil",
            "first_name": "akhil",
            "last_name": "goyal",
            "email": "gakhil@marvell.com"
        },
        {
            "id": 3281,
            "url": "http://patches.dpdk.org/api/users/3281/?format=api",
            "username": "rasland",
            "first_name": "Raslan",
            "last_name": "Darawsheh",
            "email": "rasland@nvidia.com"
        },
        {
            "id": 24665,
            "url": "http://patches.dpdk.org/api/users/24665/?format=api",
            "username": "dmarchand",
            "first_name": "David",
            "last_name": "Marchand",
            "email": "david.marchand@redhat.com"
        },
        {
            "id": 1766,
            "url": "http://patches.dpdk.org/api/users/1766/?format=api",
            "username": "ajitkhaparde",
            "first_name": "Ajit",
            "last_name": "Khaparde",
            "email": "ajit.khaparde@broadcom.com"
        },
        {
            "id": 3975,
            "url": "http://patches.dpdk.org/api/users/3975/?format=api",
            "username": "arybchenko",
            "first_name": "Andrew",
            "last_name": "Rybchenko",
            "email": "andrew.rybchenko@oktetlabs.ru"
        },
        {
            "id": 29370,
            "url": "http://patches.dpdk.org/api/users/29370/?format=api",
            "username": "xiachenbo",
            "first_name": "Chenbo",
            "last_name": "Xia",
            "email": "chenbo.xia@intel.com"
        },
        {
            "id": 28415,
            "url": "http://patches.dpdk.org/api/users/28415/?format=api",
            "username": "shemminger",
            "first_name": "Stephen",
            "last_name": "Hemminger",
            "email": "stephen@networkplumber.org"
        },
        {
            "id": 10,
            "url": "http://patches.dpdk.org/api/users/10/?format=api",
            "username": "bruce",
            "first_name": "Bruce",
            "last_name": "Richardson",
            "email": "bruce.richardson@intel.com"
        }
    ],
    "subject_match": "",
    "list_archive_url": "https://inbox.dpdk.org/dev",
    "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
    "commit_url_format": ""
}