Handles creating, reading and updating organisations.

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

{
    "id": 49,
    "name": "IGMM",
    "description": "Institut de Génétique Moléculaire de Montpellier",
    "homepage": "http://www.igmm.cnrs.fr/",
    "orgid": "grid.429192.5",
    "fields": [],
    "city": "Montpellier",
    "logo_url": null
}