Handles creating, reading and updating organisations.

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

{
    "id": 112,
    "name": "LS2N",
    "description": "Laboratoire des Sciences du Numérique de Nantes",
    "homepage": "https://www.ls2n.fr/",
    "orgid": null,
    "fields": [],
    "city": "Nantes",
    "logo_url": null
}