Handles creating, reading and updating organisations.

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

{
    "id": 78,
    "name": "IRISA",
    "description": "Institut de Recherche en Informatique et Systèmes Aléatoires",
    "homepage": "https://www.irisa.fr",
    "orgid": "00myn0z94",
    "fields": [],
    "city": "Rennes",
    "logo_url": null
}