Handles creating, reading and updating organisations.

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

{
    "id": 61,
    "name": "INRIA",
    "description": "French Institute for Research in Computer Science and Automation",
    "homepage": "http://www.inria.fr/en/",
    "orgid": "grid.5328.c",
    "fields": [],
    "city": "Le Chesnay",
    "logo_url": null
}