Handles creating, reading and updating organisations.

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

{
    "id": 56,
    "name": "INSERM",
    "description": "Inserm",
    "homepage": "http://english.inserm.fr/",
    "orgid": "grid.7429.8",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}