Handles creating, reading and updating organisations.

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

{
    "id": 66,
    "name": "UDL",
    "description": "University of Lille",
    "homepage": "https://www.univ-lille.fr/home/",
    "orgid": "grid.503422.2",
    "fields": [],
    "city": "Lille",
    "logo_url": null
}