Handles creating, reading and updating organisations.

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

{
    "id": 54,
    "name": "UM",
    "description": "University of Montpellier",
    "homepage": "http://www.umontpellier.fr/en/",
    "orgid": "grid.121334.6",
    "fields": [],
    "city": "Montpellier",
    "logo_url": null
}